+ switch to prod

master
io42630 3 years ago
parent 92032a9069
commit abbf4759f5

@ -11,7 +11,7 @@ const options: TelegramBot.ConstructorOptions = {
polling: true, polling: true,
request: request_options request: request_options
}; };
const bot = new TelegramBot(keys.TEST_TRANSLATE_REEBOT, options); const bot = new TelegramBot(keys.TRANSLATE_REEBOT, options);
const eol = ',,'; const eol = ',,';
bot.on('inline_query', async (query: InlineQuery) => { bot.on('inline_query', async (query: InlineQuery) => {

Loading…
Cancel
Save