Esempio n. 1
0
        public async Task ClearQueue()
        {
            var channel = ((SocketGuildChannel)Context.Channel);

            _queueFactory.ClearChannelQueue(channel.Id);
            await ReplyAsync("Cleared the queue");
        }