From f988e49cdc851e3eac8c70eef6563f1507a72c44 Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Sun, 1 Oct 2023 13:30:37 +1100 Subject: [PATCH] bot: Disable sending startup message --- bot.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot.py b/bot.py index 63c1e31..e211c68 100644 --- a/bot.py +++ b/bot.py @@ -314,9 +314,7 @@ def updateStatus(): async def on_ready(): global ADMINID ADMINID = client.application.owner.id - await log("Bot is starting...") await tree.sync() updateStatus() - await log("Bot is ready") client.run(TOKEN) \ No newline at end of file