JD
Size: a a a
JD
꧁岡
s

JD
// shit.js
const { Composer } = require('telegraf')
const shit = new Composer()
shit.command('eat', ctx => ctx.reply('yam'))
module.exports = shit
// app.js
bot.use([shit])
VK
s
ym
VK
VK
ы
bot.command('story', async ctx => {
let text = ctx.message.text.substr(7)
if (ctx.message.reply_to_message && ctx.message.reply_to_message.text)
text = ctx.message.reply_to_message.text
if (text) {
requestAndAnswer(ctx, text, 'medium')
}
})ы
VK
🦠
РМ
🦠
🦠
РМ
🦠
JD
bot.command('shit', Composer.privateChat(ctx => yam()))🦠