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: