public async Task <ChannelJSON> GetUserChannelById(string userId)
 {
     return(await TwitchApi.GetUserChannelById(userId, _botConfig.TwitchClientId));
 }