static S sendTo(S bot, S text, O... args) { ret sendToLocalBot(bot, text, args); } static S sendTo(int port, S text, O... args) { ret sendToLocalBot(port, text, args); }