mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-21 02:44:57 +00:00
cleany
This commit is contained in:
parent
a20bc70194
commit
b4d31974d3
7 changed files with 337 additions and 330 deletions
10
main.go
10
main.go
|
@ -4,7 +4,9 @@ import (
|
|||
"os"
|
||||
|
||||
"github.com/Fluffy-Bean/lynxie/app"
|
||||
"github.com/Fluffy-Bean/lynxie/commands"
|
||||
"github.com/Fluffy-Bean/lynxie/commands/debug"
|
||||
"github.com/Fluffy-Bean/lynxie/commands/porb"
|
||||
"github.com/Fluffy-Bean/lynxie/commands/tinyfox"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
)
|
||||
|
||||
|
@ -15,9 +17,9 @@ func main() {
|
|||
Intents: discordgo.IntentsGuildMessages,
|
||||
})
|
||||
|
||||
commands.RegisterMetaCommands(a)
|
||||
commands.RegisterTinyfoxCommands(a)
|
||||
commands.RegisterPorbCommands(a)
|
||||
debug.RegisterDebugCommands(a)
|
||||
tinyfox.RegisterTinyfoxCommands(a)
|
||||
porb.RegisterPorbCommands(a)
|
||||
|
||||
a.Run()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue