mirror of
https://github.com/discordjs/discord-api-types.git
synced 2026-06-02 08:50:09 +00:00
feat(MessageFlags): add FailedToMentionSomeRolesInThread (#280)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -610,6 +610,10 @@ export enum MessageFlags {
|
||||
* 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,
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -610,6 +610,10 @@ export const enum MessageFlags {
|
||||
* 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