fix chatinfo in dms
This commit is contained in:
parent
f69f576e24
commit
3a30cd765b
1 changed files with 1 additions and 6 deletions
|
@ -37,12 +37,7 @@ async function getChatInfo(ctx: Context & { message: { text: string } }) {
|
|||
|
||||
return chatInfo;
|
||||
} else {
|
||||
return ctx.reply(
|
||||
Strings.groupOnly, {
|
||||
parse_mode: 'Markdown',
|
||||
// @ts-ignore
|
||||
reply_to_message_id: ctx.message.message_id
|
||||
});
|
||||
return Strings.groupOnly
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue