diff --git a/src/botMain.py b/src/botMain.py index 1aa577b..c204217 100644 --- a/src/botMain.py +++ b/src/botMain.py @@ -24,7 +24,7 @@ # Si une commande ne veut pas partir / est dupliqué dans la liste des commandes sur discord ajouter # `delete_unused_application_cmds=True` pour supprimer les commandes en cache -bot = Client(token=token_bot, intents=Intents.DEFAULT | Intents.GUILD_MEMBERS | Intents.GUILD_PRESENCES, send_command_tracebacks=False, delete_unused_application_cmds=True) +bot = Client(token=token_bot, intents=Intents.DEFAULT | Intents.GUILD_MEMBERS | Intents.GUILD_PRESENCES, send_command_tracebacks=False) # Extension pour gérer les erreurs avec https://sentry.io/ bot.load_extension('interactions.ext.sentry', dsn=str(os.getenv("SENTRY_DSN")))