public async Task <ClipJSON> GetClip(string slug) { return(await TwitchApi.GetClip(_botConfig.TwitchClientId, slug)); }