diff --git a/src/types/messages/messageFlags.ts b/src/types/messages/messageFlags.ts index 950be4588..aa3e2c4fa 100644 --- a/src/types/messages/messageFlags.ts +++ b/src/types/messages/messageFlags.ts @@ -16,4 +16,6 @@ export enum MessageFlags { Empheral = 1 << 6, /** This message is an Interaction Response and the bot is "thinking" */ Loading = 1 << 7, + /** This message failed to mention some roles and add their members to the thread */ + FailedToMentionSomeRolesInThread = 1 << 8, }