diff --git a/message.go b/message.go index ab520fa..600c35f 100644 --- a/message.go +++ b/message.go @@ -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.