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)