Added more commentary of the code

pull/2/head
sgoudham 4 years ago
parent be3ae0afa5
commit 03b2223b1e

@ -54,7 +54,7 @@ class Fun(commands.Cog):
f"{target.mention} has no common sense" f"{target.mention} has no common sense"
] ]
# Sending out a random insult from the array "responses # Sending out a random insult from the array "responses"
await ctx.send(random.choice(responses)) await ctx.send(random.choice(responses))
# ~compliment command for everyone to use to compliment someone # ~compliment command for everyone to use to compliment someone

Loading…
Cancel
Save