Example #1
0
 public async Task YoutubeListCommand()
 {
     await ReplyAsync(YoutubeModuleService.List(Context.Channel.Id)).ConfigureAwait(false);
 }