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