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;
|
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
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue