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

This commit is contained in:
Nathan Woodburn 2023-10-01 13:30:37 +11:00
parent 40f86b3814
commit f988e49cdc
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

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)