Fixed startup syncing
This commit is contained in:
@ -140,7 +140,7 @@ class databaseFuncs():
|
||||
lastSynced = collection.find_one()
|
||||
now = time.time()
|
||||
if lastSynced["last synced"] < now - 86400:
|
||||
slashCommandList = str(await self.bot.slash.to_dict())
|
||||
slashCommandList = await self.bot.slash.to_dict()
|
||||
self.bot.log(f"Updating commands: {slashCommandList}")
|
||||
await self.bot.slash.sync_all_commands()
|
||||
idNumber = lastSynced["_id"]
|
||||
|
Reference in New Issue
Block a user