Skip to content

Commit

Permalink
feat(MessageFlags): add FailedToMentionSomeRolesInThread
Browse files Browse the repository at this point in the history
  • Loading branch information
advaith1 committed Dec 27, 2021
1 parent 751aee6 commit e2980b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions payloads/v9/channel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,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,
}

/**
Expand Down

0 comments on commit e2980b6

Please sign in to comment.