From 2669aef9c2b73b7c8b7c28f3a6c5f67fd070943c Mon Sep 17 00:00:00 2001 From: deflax Date: Mon, 28 Mar 2022 13:07:31 -0400 Subject: [PATCH] remove the ready spam --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 2f1e1c6..fbca7aa 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):