Added more commentary of the code

pull/2/head
sgoudham 4 years ago
parent 6d632f7d95
commit be3ae0afa5

@ -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