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