mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
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:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user