From d195c292b30128d410df2506c1d65bb2730954b4 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 22 Aug 2025 09:26:50 -0600 Subject: [PATCH] Fix that --- commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands.js b/commands.js index 3285e62..16a54fa 100644 --- a/commands.js +++ b/commands.js @@ -82,7 +82,7 @@ const globalCommands = [ { name: "export", description: "Export the list of bad actors as a JSON file", - type: 1 // CHAT_INPUT type, + type: 1, // CHAT_INPUT type, integration_types: [0, 1], contexts: [0, 1, 2] },