Skip to content

Commit

Permalink
detta types
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico040 committed May 27, 2024
1 parent 307d060 commit a779f92
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions ApplicationCommandTypes.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// available in vendetta-types, but it crashes

export const enum ApplicationCommandInputType {
BUILT_IN,
BUILT_IN_TEXT,
BUILT_IN_INTEGRATION,
BOT,
PLACEHOLDER
}

export const enum ApplicationCommandOptionType {
SUB_COMMAND = 1,
SUB_COMMAND_GROUP,
STRING,
INTEGER,
BOOLEAN,
USER,
CHANNEL,
ROLE,
MENTIONABLE,
NUMBER,
ATTACHMENT
}

export const enum ApplicationCommandType {
CHAT = 1,
USER,
MESSAGE
}

0 comments on commit a779f92

Please sign in to comment.