Skip to content

Commit

Permalink
feat: added APPLICATION_AUTO_MODERATION_RULE_CREATE_BADGE application…
Browse files Browse the repository at this point in the history
… flag
  • Loading branch information
Commandserver committed Apr 1, 2023
1 parent 3d0f03b commit 3fd859d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/dpp/application.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ enum team_member_status : uint8_t {
* @brief Flags for a bot or application
*/
enum application_flags : uint32_t {
/// Indicates if an app uses the Auto Moderation API
apf_application_automod_rule_create_badge = (1 << 6),
/// Has gateway presence intent
apf_gateway_presence = (1 << 12),
/// Has gateway presence intent for <100 guilds
Expand Down

0 comments on commit 3fd859d

Please # to comment.