Eightball won't work in #general

pull/4/head
sgoudham 4 years ago
parent b07e4ce169
commit 84737aa64c

@ -18,7 +18,7 @@ class eightball(commands.Cog):
@cooldown(1, 1, BucketType.user) @cooldown(1, 1, BucketType.user)
async def _8ball(self, ctx, *, question): async def _8ball(self, ctx, *, question):
# Setting up the channels that the commands can be sent in enso-chan-commands and general # 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 # Surround with try/except to catch any exceptions that may occur
try: try:

Loading…
Cancel
Save