ee
Size: a a a
ee
X
X
bot.hears(/^\/report (?<description>.+)/, function (ctx) {
const { description } = ctx.match.groups;
if (description.length == 0) {
ctx.reply('Укажите описание!');
}
return ctx.reply(description)
});ee
X
bot.hears(/^\/report (?<description>.+)/, function (ctx) {
const { description } = ctx.match.groups;
if (description.length == 0) {
ctx.reply('Укажите описание!');
}
return ctx.reply(description)
});ee

ee
ee
ee
JD
☔
☔
ee
JD
JD