Skip to content

Commit 2f7b02b

Browse files
author
caneleex
committed
add missing SystemChannelFlags
1 parent c2ddaac commit 2f7b02b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

discord/guild.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ type SystemChannelFlags int
2525
const (
2626
SystemChannelFlagSuppressJoinNotifications SystemChannelFlags = 1 << iota
2727
SystemChannelFlagSuppressPremiumSubscriptions
28+
SystemChannelFlagSuppressGuildReminderNotifications
29+
SystemChannelFlagSuppressJoinNotificationReplies
2830
)
2931

3032
// Add allows you to add multiple bits together, producing a new bit

0 commit comments

Comments
 (0)