bot: Disable sending startup message
All checks were successful
Build Docker / Build Docker (push) Successful in 17s

This commit is contained in:
2023-10-01 13:30:37 +11:00
parent 40f86b3814
commit f988e49cdc

2
bot.py
View File

@@ -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)