mirror of
https://github.com/kurbezz/discord-bot.git
synced 2025-12-06 15:15:37 +01:00
Fix
This commit is contained in:
@@ -24,6 +24,7 @@ class DiscordClient(discord.Client):
|
||||
activity=discord.Game(config.DISCORD_BOT_ACTIVITY),
|
||||
status=discord.Status.online,
|
||||
)
|
||||
await self.tree.sync()
|
||||
|
||||
|
||||
client = DiscordClient()
|
||||
|
||||
Reference in New Issue
Block a user