Example #1
0
            public async Task RemoveCommand([Remainder] string channelUrl)
            {
                bool wasAdded = YoutubeModuleService.TryRemove(Context.Channel.Id, channelUrl, WatchType.Video);

                await ReplyAsync(wasAdded? "OK, Channel removed." : "Channel is not subscribed to this channel.").ConfigureAwait(false);
            }