Error handling

Embed responses
This commit is contained in:
Michał Gdula 2025-02-28 21:14:08 +00:00
parent b93820e9d0
commit f3929f2665
6 changed files with 169 additions and 48 deletions

View file

@ -10,7 +10,7 @@ import (
func main() {
a := app.NewApp(app.Config{
Prefix: "?",
Prefix: ">",
Token: os.Getenv("TOKEN"),
Intents: discordgo.IntentsGuildMessages,
})