private void Transfer(Message text) { if (text.command) { Parent.SendData(text.message); return; } Parent.Message(text.message, text.channel); }