feat: new select menus
fix
This commit is contained in:
8
typings/enums.d.ts
vendored
8
typings/enums.d.ts
vendored
@@ -226,6 +226,14 @@ export const enum MessageComponentTypes {
|
||||
CHANNEL_SELECT = 8,
|
||||
}
|
||||
|
||||
export const enum SelectMenuComponentTypes {
|
||||
STRING_SELECT = 3,
|
||||
USER_SELECT = 5,
|
||||
ROLE_SELECT = 6,
|
||||
MENTIONABLE_SELECT = 7,
|
||||
CHANNEL_SELECT = 8,
|
||||
}
|
||||
|
||||
export const enum ModalComponentTypes {
|
||||
ACTION_ROW = 1,
|
||||
TEXT_INPUT = 4,
|
||||
|
||||
Reference in New Issue
Block a user