Add global slash commands

This commit is contained in:
Christopher Cookman 2025-08-22 09:13:22 -06:00
parent 8d2d351c82
commit ea9dfcd980

View file

@ -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]
},
{