We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2ddaac commit 2f7b02bCopy full SHA for 2f7b02b
discord/guild.go
@@ -25,6 +25,8 @@ type SystemChannelFlags int
25
const (
26
SystemChannelFlagSuppressJoinNotifications SystemChannelFlags = 1 << iota
27
SystemChannelFlagSuppressPremiumSubscriptions
28
+ SystemChannelFlagSuppressGuildReminderNotifications
29
+ SystemChannelFlagSuppressJoinNotificationReplies
30
)
31
32
// Add allows you to add multiple bits together, producing a new bit
0 commit comments