fix(Constants): Ordering and missing information

djs v13 #9500
This commit is contained in:
Elysia
2023-05-07 10:27:01 +07:00
parent d4207a03af
commit cd37e22b10
3 changed files with 113 additions and 124 deletions

5
typings/enums.d.ts vendored
View File

@@ -269,11 +269,6 @@ export const enum SelectMenuComponentTypes {
CHANNEL_SELECT = 8,
}
export const enum ModalComponentTypes {
ACTION_ROW = 1,
TEXT_INPUT = 4,
}
export const enum MFALevels {
NONE = 0,
ELEVATED = 1,