change prefix

This commit is contained in:
Michał Gdula 2025-06-07 17:27:19 +01:00
parent 41994dfd43
commit 5011f0ae41

View file

@ -12,7 +12,7 @@ import (
) )
func main() { func main() {
bot := handler.NewBot(">", os.Getenv("TOKEN"), discordgo.IntentsGuildMessages) bot := handler.NewBot("?", os.Getenv("TOKEN"), discordgo.IntentsGuildMessages)
debug.RegisterDebugCommands(bot) debug.RegisterDebugCommands(bot)
img.RegisterImgCommands(bot) img.RegisterImgCommands(bot)