void sendText(String text) { _channel.send(OpCode.text, const convert.Utf8Encoder().convert(text)); }