Merge pull request #1959 from lts20050703/gh-1918

discord-api-docs: Document message flag FAILED_TO_MENTION_SOME_ROLES_IN_THREAD
This commit is contained in:
Skillz4Killz
2022-02-01 12:14:06 -05:00
committed by GitHub

View File

@@ -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,
}