1
0
Fork 0
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:
diamondburned (Forefront) 2020-03-26 19:11:25 -07:00
parent 85f8b44e7e
commit 00481b5490

View file

@ -85,8 +85,8 @@ type UserNotification uint8
const (
AllNotifications UserNotification = iota
NoNotifications
OnlyMentions
NoNotifications
GuildDefaults
)