Goff/goff.go
Dustin Pianalto fc0f1b0ed3 Repo Reorg
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
}