mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-23 04:57:16 +00:00
Gateway: Fixed UserNotification constants
This commit is contained in:
parent
85f8b44e7e
commit
00481b5490
|
@ -85,8 +85,8 @@ type UserNotification uint8
|
|||
|
||||
const (
|
||||
AllNotifications UserNotification = iota
|
||||
NoNotifications
|
||||
OnlyMentions
|
||||
NoNotifications
|
||||
GuildDefaults
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue