Disable send command tracebacks
This commit is contained in:
parent
f106178673
commit
90dfb77d11
1 changed files with 4 additions and 1 deletions
|
@ -28,7 +28,10 @@ intents = Intents.DEFAULT | Intents.MESSAGES | Intents.GUILD_MEMBERS | Intents.G
|
||||||
restart_ctx = None
|
restart_ctx = None
|
||||||
|
|
||||||
jarvis = Jarvis(
|
jarvis = Jarvis(
|
||||||
intents=intents, sync_interactions=jconfig.sync, delete_unused_application_cmds=True
|
intents=intents,
|
||||||
|
sync_interactions=jconfig.sync,
|
||||||
|
delete_unused_application_cmds=True,
|
||||||
|
send_command_tracebacks=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue