From 71efaa0d45a502e0cd3d9ad479c38872bcd1b6f1 Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Mon, 1 Jun 2020 15:02:24 -0800 Subject: [PATCH] Increase default interval on status manager --- utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.go b/utils.go index 9c1150f..c9400ce 100644 --- a/utils.go +++ b/utils.go @@ -20,7 +20,7 @@ func GetDefaultStatusManager() StatusManager { "Golang!", "DiscordGo!", "Disgoman!", - }, "30s"} + }, "300s"} } // HasHigherRole checks if the caller has a higher role than the target in the given guild