This commit is contained in:
Christopher Cookman 2025-08-22 09:26:50 -06:00
parent ea9dfcd980
commit d195c292b3

View file

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