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