static O getBotMandatory(S botID) { O bot = getBot(botID); if (bot == null) fail("Bot not found: " + botID); ret bot; }