mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 13:03:31 +01:00
fix(Constants): Ordering and missing information (#9500)
fix(Constants): ordering and missing information
This commit is contained in:
5
typings/enums.d.ts
vendored
5
typings/enums.d.ts
vendored
@@ -185,11 +185,6 @@ export const enum MessageComponentTypes {
|
||||
TEXT_INPUT = 4,
|
||||
}
|
||||
|
||||
export const enum ModalComponentTypes {
|
||||
ACTION_ROW = 1,
|
||||
TEXT_INPUT = 4,
|
||||
}
|
||||
|
||||
export const enum MFALevels {
|
||||
NONE = 0,
|
||||
ELEVATED = 1,
|
||||
|
||||
Reference in New Issue
Block a user