Files
Goff/goff.go
T
2020-09-18 18:39:51 -08:00

10 lines
168 B
Go

package goff
import "github.com/dustinpianalto/disgoman"
type CommandManager struct {
UserService UserService
GuildService GuildService
disgoman.CommandManager
}