示例#1
0
        public async Task RemoveSubredditFromQueue(string subreddit)
        {
            var channel = (SocketGuildChannel)Context.Channel;

            await _queueFactory.RemoveSubredditFromQueue(channel.Id, subreddit);

            await ReplyAsync("Removed the subreddit from the queue");
        }