Add Auto Role Feature
This commit is contained in:
@@ -4,8 +4,10 @@ import "github.com/dustinpianalto/goff"
|
||||
|
||||
var UserService goff.UserService
|
||||
var GuildService goff.GuildService
|
||||
var RoleService goff.RoleService
|
||||
|
||||
func InitalizeServices(us goff.UserService, gs goff.GuildService) {
|
||||
func InitalizeServices(us goff.UserService, gs goff.GuildService, rs goff.RoleService) {
|
||||
UserService = us
|
||||
GuildService = gs
|
||||
RoleService = rs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user