From abbf4759f50b06eff0eddfed2718e3b5d1f2041f Mon Sep 17 00:00:00 2001 From: io42630 Date: Sun, 26 Jun 2022 15:12:46 +0200 Subject: [PATCH] + switch to prod --- src/bot-hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot-hooks.ts b/src/bot-hooks.ts index 6855478..3ca4fe4 100644 --- a/src/bot-hooks.ts +++ b/src/bot-hooks.ts @@ -11,7 +11,7 @@ const options: TelegramBot.ConstructorOptions = { polling: true, request: request_options }; -const bot = new TelegramBot(keys.TEST_TRANSLATE_REEBOT, options); +const bot = new TelegramBot(keys.TRANSLATE_REEBOT, options); const eol = ',,'; bot.on('inline_query', async (query: InlineQuery) => {