mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-06-28 12:56:16 +00:00
change prefix
This commit is contained in:
parent
41994dfd43
commit
5011f0ae41
1 changed files with 1 additions and 1 deletions
2
main.go
2
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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue