public void Process(TwitchClient client, string username, string commandText, bool isMod)
        {
            playlistHelper.ClearRockRequests();

            client.SendMessage($"@{username} Hey, I've cleared all requests for you!");
        }