From 5011f0ae4165c539cedf04aec1829d8d81ad2dc2 Mon Sep 17 00:00:00 2001 From: Fluffy-Bean Date: Sat, 7 Jun 2025 17:27:19 +0100 Subject: [PATCH] change prefix --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 8c246a4..ba5ee0b 100644 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) func main() { - bot := handler.NewBot(">", os.Getenv("TOKEN"), discordgo.IntentsGuildMessages) + bot := handler.NewBot("?", os.Getenv("TOKEN"), discordgo.IntentsGuildMessages) debug.RegisterDebugCommands(bot) img.RegisterImgCommands(bot)