feat: new select menus

fix
This commit is contained in:
March 7th
2022-12-18 13:17:48 +07:00
parent cb53476775
commit 42bcf8761f
3 changed files with 60 additions and 9 deletions

8
typings/enums.d.ts vendored
View File

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