Пример #1
0
 public async Task <ClipJSON> GetClip(string slug)
 {
     return(await TwitchApi.GetClip(_botConfig.TwitchClientId, slug));
 }