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"