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