From a5a5b2c7de8ac0a89c6126f0e91036255c061863 Mon Sep 17 00:00:00 2001 From: deflax Date: Tue, 29 Mar 2022 04:40:18 +0000 Subject: [PATCH] enable ready motd --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c6d36b6..a3823c5 100644 --- a/main.py +++ b/main.py @@ -38,7 +38,7 @@ async def on_ready(): print("[WARN] No voice channel " + voice_channel_id + " found!") if not debug_channel: print("[WARN] No text channel " + text_channel_id + " found!") - #await debug_channel.send('] ready. :satellite_orbital:') + await debug_channel.send('] ready! :satellite_orbital:') @bot.event async def on_message(message):