static S sendWithWaitForBot(S bot, S text, O... args) { waitForBotStartUp(bot); ret send(bot, text, args); }