We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdfbfa5 commit 2e729d6Copy full SHA for 2e729d6
handlers/commands/report.js
@@ -18,7 +18,7 @@ const reportHandler = async ctx => {
18
const admins = await getAdmins();
19
const adminObjects = admins.map(user => ({
20
first_name: '⭐️', // small hack to be able to use link function
21
- id: user.user_id,
+ id: user.id,
22
}));
23
const stars = adminObjects.map(link).join('');
24
const s = `📋 ${link(ctx.from)} <b>reported the message to admins:</b> ` +
0 commit comments