From ea9dfcd9805671c43e21679b37310a1d87674242 Mon Sep 17 00:00:00 2001 From: ChrisChrome Date: Fri, 22 Aug 2025 09:13:22 -0600 Subject: [PATCH] Add global slash commands --- commands.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/commands.js b/commands.js index dff6a21..3285e62 100644 --- a/commands.js +++ b/commands.js @@ -75,12 +75,16 @@ const globalCommands = [ description: "The user to look up", required: true } - ] + ], + integration_types: [0, 1], + contexts: [0, 1, 2] }, { 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] }, {