10 lines
114 B
Go
10 lines
114 B
Go
package exts
|
|
|
|
import (
|
|
"github.com/dustinpianalto/disgoman"
|
|
)
|
|
|
|
func AddCommands(h *disgoman.CommandManager) {
|
|
|
|
}
|