add request command

This commit is contained in:
Dustin Pianalto
2021-01-24 22:57:55 -09:00
parent 715af8c1bc
commit 22fd99c673
9 changed files with 115 additions and 2 deletions
+1
View File
@@ -24,4 +24,5 @@ type GuildService interface {
Role(id string) (Role, error)
UpdateRole(r Role) (Role, error)
DeleteRole(r Role) error
GetOrCreateGuild(id string) (Guild, error)
}