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
@@ -14,4 +14,5 @@ type ChannelService interface {
DeleteChannel(c Channel) error
GuildChannels(g Guild) ([]Channel, error)
UpdateChannel(c Channel) (Channel, error)
GetOrCreateChannel(id string, guild_id string) (Channel, error)
}