Delete unused commands
This commit is contained in:
parent
27b286dab5
commit
58c093bfa1
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,9 @@ logger.addHandler(file_handler)
|
|||
intents = Intents.DEFAULT | Intents.MESSAGES | Intents.GUILD_MEMBERS | Intents.GUILD_MESSAGES
|
||||
restart_ctx = None
|
||||
|
||||
jarvis = Jarvis(intents=intents, sync_interactions=jconfig.sync)
|
||||
jarvis = Jarvis(
|
||||
intents=intents, sync_interactions=jconfig.sync, delete_unused_application_cmds=True
|
||||
)
|
||||
|
||||
|
||||
async def run() -> None:
|
||||
|
|
Loading…
Add table
Reference in a new issue