Example #1
0
        public void Process(TwitchClient client, string username, string commandText, bool isMod)
        {
            var bytes = bytesHelper.CheckBytes(username);

            client.SendMessage($"Hey @{username}, you have {bytes} Bytes!");
        }