bot: Disable sending startup message
All checks were successful
Build Docker / Build Docker (push) Successful in 17s
All checks were successful
Build Docker / Build Docker (push) Successful in 17s
This commit is contained in:
parent
40f86b3814
commit
f988e49cdc
2
bot.py
2
bot.py
@ -314,9 +314,7 @@ def updateStatus():
|
|||||||
async def on_ready():
|
async def on_ready():
|
||||||
global ADMINID
|
global ADMINID
|
||||||
ADMINID = client.application.owner.id
|
ADMINID = client.application.owner.id
|
||||||
await log("Bot is starting...")
|
|
||||||
await tree.sync()
|
await tree.sync()
|
||||||
updateStatus()
|
updateStatus()
|
||||||
await log("Bot is ready")
|
|
||||||
|
|
||||||
client.run(TOKEN)
|
client.run(TOKEN)
|
Loading…
Reference in New Issue
Block a user