add moderator role command

This commit is contained in:
Dustin Pianalto
2021-01-25 21:52:12 -09:00
parent cab3b15993
commit 21a7515797
4 changed files with 55 additions and 0 deletions
+1
View File
@@ -25,4 +25,5 @@ type GuildService interface {
UpdateRole(r Role) (Role, error)
DeleteRole(r Role) error
GetOrCreateGuild(id string) (Guild, error)
CreateOrUpdateRole(r Role) (Role, error)
}