From d8fac24b7032959c217067b71b464d7ad058cd1c Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 7 Sep 2023 13:44:39 -0400 Subject: [PATCH] update prefix bc im stupid --- internal/utils/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/utils/config/config.go b/internal/utils/config/config.go index 5d93787..867cf10 100644 --- a/internal/utils/config/config.go +++ b/internal/utils/config/config.go @@ -17,7 +17,7 @@ var ( var ( // BotPrefix is the prefix used for bot commands. - BotPrefix = ">>" + BotPrefix = "!" // BotGuild is the ID of the guild the bot is running on. BotGuild = "936651575684915201"