From be3ae0afa5686c4dc89365b0664a4a019a17085a Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 19 Jun 2020 20:37:27 +0100 Subject: [PATCH] Added more commentary of the code --- cogs/FunCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py index 036dc788..384c7f25 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -54,7 +54,7 @@ class Fun(commands.Cog): 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)) # ~compliment command for everyone to use to compliment someone