Basic bot structure

This commit is contained in:
Dustin Pianalto
2020-09-09 12:23:50 -08:00
parent 6ade91132d
commit dc86a8c4d8
3 changed files with 16 additions and 6 deletions
+8
View File
@@ -1 +1,9 @@
package exts
import (
"github.com/dustinpianalto/disgoman"
)
func AddCommands(h *disgoman.CommandManager) {
}