dice/exts/init.go
2020-09-09 12:23:50 -08:00

10 lines
114 B
Go

package exts
import (
"github.com/dustinpianalto/disgoman"
)
func AddCommands(h *disgoman.CommandManager) {
}