From 00481b54904aae58142d6f0fbd7f8aea3c689ea2 Mon Sep 17 00:00:00 2001 From: "diamondburned (Forefront)" Date: Thu, 26 Mar 2020 19:11:25 -0700 Subject: [PATCH] Gateway: Fixed UserNotification constants --- gateway/ready.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway/ready.go b/gateway/ready.go index 9a0cb31..5751679 100644 --- a/gateway/ready.go +++ b/gateway/ready.go @@ -85,8 +85,8 @@ type UserNotification uint8 const ( AllNotifications UserNotification = iota - NoNotifications OnlyMentions + NoNotifications GuildDefaults )