fix: sendSlash in dm channel
This commit is contained in:
10
typings/enums.d.ts
vendored
10
typings/enums.d.ts
vendored
@@ -218,12 +218,12 @@ export const enum MessageButtonStyles {
|
||||
export const enum MessageComponentTypes {
|
||||
ACTION_ROW = 1,
|
||||
BUTTON = 2,
|
||||
STRING_SELECT_MENU = 3,
|
||||
STRING_SELECT = 3,
|
||||
TEXT_INPUT = 4,
|
||||
USER_SELECT_MENU = 5,
|
||||
ROLE_SELECT_MENU = 6,
|
||||
MENTIONABLE_SELECT_MENU = 7,
|
||||
CHANNEL_SELECT_MENU = 8,
|
||||
USER_SELECT = 5,
|
||||
ROLE_SELECT = 6,
|
||||
MENTIONABLE_SELECT = 7,
|
||||
CHANNEL_SELECT = 8,
|
||||
}
|
||||
|
||||
export const enum ModalComponentTypes {
|
||||
|
||||
Reference in New Issue
Block a user