Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: client descriptions for flags
Browse files Browse the repository at this point in the history
almostSouji committed Apr 10, 2021
1 parent 27efe03 commit 95b2980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/util/SystemChannelFlags.js
Original file line number Diff line number Diff line change
@@ -34,9 +34,9 @@ class SystemChannelFlags extends BitField {}

/**
* Numeric system channel flags. All available properties:
* * `SUPPRESS_JOIN_NOTIFICATIONS`
* * `SUPPRESS_PREMIUM_SUBSCRIPTIONS`
* * `SUPPRESS_GUILD_REMINDER_NOTIFICATIONS`
* * `SUPPRESS_JOIN_NOTIFICATIONS` (Don't send welcome messages)
* * `SUPPRESS_PREMIUM_SUBSCRIPTIONS` (Don't send boost messages)
* * `SUPPRESS_GUILD_REMINDER_NOTIFICATIONS` (Don't send server setup tips)
* @type {Object}
*/
SystemChannelFlags.FLAGS = {

0 comments on commit 95b2980

Please sign in to comment.