mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-19 09:54:53 +00:00
Error handling
Embed responses
This commit is contained in:
parent
b93820e9d0
commit
f3929f2665
6 changed files with 169 additions and 48 deletions
2
main.go
2
main.go
|
@ -10,7 +10,7 @@ import (
|
|||
|
||||
func main() {
|
||||
a := app.NewApp(app.Config{
|
||||
Prefix: "?",
|
||||
Prefix: ">",
|
||||
Token: os.Getenv("TOKEN"),
|
||||
Intents: discordgo.IntentsGuildMessages,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue