diff --git a/EnsoBot.py b/EnsoBot.py index 25fbf5b3..fd257d6a 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -259,6 +259,8 @@ async def on_message(message): # Send message to #enso-chan~commands channel = client.get_channel(721449922838134876) await channel.send(message.content) + else: + return await client.process_commands(message)