Microsoft Windows [Version 10.0.18362.778]
(c) Корпорация Майкрософт (Microsoft Corporation), 2019. Все права защищены.
C:\Users\DOGMA\Desktop\bot>node index
node-telegram-bot-api deprecated Automatic
enabling of cancellation of promises is deprecated.
In the future, you will have to enable it yourself.
See
https://github.com/yagop/node-telegram-bot-api/issues/319. internal\modules\cjs\loader.js:1075:30
C:\Users\DOGMA\Desktop\bot\index.js:7
const bot = new TelegramBot(token, {polling: true});
^
ReferenceError: token is not defined
at Object.<anonymous> (C:\Users\DOGMA\Desktop\bot\index.js:7:29)
at Module._compile (internal/modules/cjs/loader.js:1075:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1096:10)
at Module.load (internal/modules/cjs/loader.js:940:32)
at Function.Module._load (internal/modules/cjs/loader.js:781:14)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
at internal/main/run_main_module.js:17:47.