feat(message): add MessageComponentsV2 flag
This commit is contained in:
parent
e0f5cdab0a
commit
4d660d08b9
1 changed files with 2 additions and 0 deletions
|
@ -230,6 +230,8 @@ const (
|
|||
MessageFlagsSuppressNotifications MessageFlags = 1 << 12
|
||||
// MessageFlagsIsVoiceMessage this message is a voice message.
|
||||
MessageFlagsIsVoiceMessage MessageFlags = 1 << 13
|
||||
// MessageComponentsV2 this message uses the new components system. Disables the ability of sending `content` & `embeds`
|
||||
MessageComponentsV2 MessageFlags = 1 << 15
|
||||
)
|
||||
|
||||
// File stores info about files you e.g. send in messages.
|
||||
|
|
Loading…
Reference in a new issue