From 84737aa64cba247d008c9fd652156e158b9f99e7 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 7 Jul 2020 22:56:07 +0100 Subject: [PATCH] Eightball won't work in #general --- cogs/fun/eightball.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/fun/eightball.py b/cogs/fun/eightball.py index 06846c92..45731878 100644 --- a/cogs/fun/eightball.py +++ b/cogs/fun/eightball.py @@ -18,7 +18,7 @@ class eightball(commands.Cog): @cooldown(1, 1, BucketType.user) 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", "picto-chat"] + channels = ["enso-chan-commands", "picto-chat"] # Surround with try/except to catch any exceptions that may occur try: