From 03b2223b1eb4aced0bd47115099c1b9a3740fc04 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 19 Jun 2020 20:37:33 +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 384c7f25..036dc788 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