From 3a15b1c471323e2a7a7cc37e0a69099911bb9089 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 30 Jun 2020 01:33:40 +0100 Subject: [PATCH] Made eightball work in picto-chat --- cogs/FunCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/FunCommands.py b/cogs/FunCommands.py index 80d8332b..735b80e0 100644 --- a/cogs/FunCommands.py +++ b/cogs/FunCommands.py @@ -113,7 +113,7 @@ class Fun(commands.Cog): async def _8ball(self, ctx, *, question): # Setting up the channels that the commands can be sent in enso-chan-commands and general - channels = ["enso-chan-commands", "general"] + channels = ["enso-chan-commands", "general", "picto-chat"] # Surround with try/except to catch any exceptions that may occur try: