-
Size: a a a
-
JD
> BOT_TOKEN=shit node example.js
DS
JD
-
-
DS
DS
-
-
DS
-
-
DS
-
> BOT_TOKEN=shit node example.js
JD
JD
BOT_TOKEN
, а там process.env.BOT_TOKEN
DS
JD
new Telegraf(BOT_TOKEN)
💁♂️-
const { Telegraf } = require('telegraf')
const bot = new Telegraf("1453867365:AAGhTWdW6mlR-JXKwqzLj8zBTMibxgR15mA")
bot.start((ctx) => ctx.reply('Welcome!')) bot.help((ctx) => ctx.reply('Send me a sticker'))
bot.on('sticker', (ctx) => ctx.reply('👍'))
bot.hears('hi', (ctx) => ctx.reply('Hey there')) bot.launch()