-
Size: a a a
-
W
JD
W
DS
f
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()
W
W
-
DS
JD
const { Telegraf } = require('telegraf')
const bot = new Telegraf('123456:SHIT')
bot.start(ctx => ctx.reply('shit'))
bot.launch()
W
DS
W
-
-
-
const { Telegraf } = require('telegraf')
const bot = new Telegraf('123456:SHIT')
bot.start(ctx => ctx.reply('shit'))
bot.launch()
-
DS
-