diff --git a/EnsoBot.py b/EnsoBot.py index 25fbf5b3..29b89849 100644 --- a/EnsoBot.py +++ b/EnsoBot.py @@ -256,7 +256,7 @@ async def on_message(message): channel = client.get_channel(663651584399507481) await channel.send(message.content) else: - # Send message to #enso-chan~commands + # Send message to #enso-chan-commands channel = client.get_channel(721449922838134876) await channel.send(message.content)