fix chatinfo in dms

This commit is contained in:
GiovaniFZ 2025-05-01 16:37:13 -03:00
parent f69f576e24
commit 3a30cd765b
No known key found for this signature in database
GPG key ID: 63DD92181B575322

View file

@ -37,12 +37,7 @@ async function getChatInfo(ctx: Context & { message: { text: string } }) {
return chatInfo; return chatInfo;
} else { } else {
return ctx.reply( return Strings.groupOnly
Strings.groupOnly, {
parse_mode: 'Markdown',
// @ts-ignore
reply_to_message_id: ctx.message.message_id
});
} }
} }