From 215cb7c508c24756dd2694a6d42093933680cad1 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 19 Jun 2020 19:23:34 +0100 Subject: [PATCH] Added more Commentary to the code --- cogs/FunCommands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py index 1705e8da..865d1d19 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -132,6 +132,7 @@ class Fun(commands.Cog): # else the command is sent in an invalid channel else: + # Call error_function() and display it to the user message = await ctx.send(error_function())