mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-27 22:03:17 +00:00
Port over saveable command from Python
This commit is contained in:
parent
46e98473d0
commit
5bce2f6898
2 changed files with 112 additions and 0 deletions
2
main.go
2
main.go
|
@ -5,6 +5,7 @@ import (
|
|||
|
||||
"github.com/Fluffy-Bean/lynxie/app"
|
||||
"github.com/Fluffy-Bean/lynxie/commands/debug"
|
||||
"github.com/Fluffy-Bean/lynxie/commands/img"
|
||||
"github.com/Fluffy-Bean/lynxie/commands/porb"
|
||||
"github.com/Fluffy-Bean/lynxie/commands/tinyfox"
|
||||
"github.com/bwmarrin/discordgo"
|
||||
|
@ -18,6 +19,7 @@ func main() {
|
|||
})
|
||||
|
||||
debug.RegisterDebugCommands(a)
|
||||
img.RegisterImgCommands(a)
|
||||
tinyfox.RegisterTinyfoxCommands(a)
|
||||
porb.RegisterPorbCommands(a)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue