10 lines
168 B
Go
10 lines
168 B
Go
package goff
|
|
|
|
import "github.com/dustinpianalto/disgoman"
|
|
|
|
type CommandManager struct {
|
|
UserService UserService
|
|
GuildService GuildService
|
|
disgoman.CommandManager
|
|
}
|