From 4ad95f415fefb65f13df9403d36268dbbc3a6aa8 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Tue, 12 May 2020 11:46:02 -0800 Subject: [PATCH] Change status default interval to 30s --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 418840d..9c1150f 100644 --- a/utils.go +++ b/utils.go @@ -20,7 +20,7 @@ func GetDefaultStatusManager() StatusManager { "Golang!", "DiscordGo!", "Disgoman!", - }, "10s"} + }, "30s"} } // HasHigherRole checks if the caller has a higher role than the target in the given guild