mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
fix(types): Specify that IsComponentV2 is permanent (#4202)
This commit is contained in:
@@ -194,7 +194,12 @@ export enum MessageFlags {
|
||||
IsVoiceMessage = 1 << 13,
|
||||
/** This message has a snapshot (via Message Forwarding) */
|
||||
HasSnapshot = 1 << 14,
|
||||
/** Allows you to create fully component driven messages */
|
||||
/**
|
||||
* Allows you to create fully component driven messages
|
||||
*
|
||||
* @remarks
|
||||
* Once a message has been sent with this flag, it can't be removed from that message.
|
||||
*/
|
||||
IsComponentV2 = 1 << 15,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user