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