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) => {