Beta ban system + Simple fixes on getinfo
This commit is contained in:
parent
55ecaba34b
commit
1d6e569cae
4 changed files with 69 additions and 1 deletions
|
@ -45,7 +45,11 @@ async function getChatInfo(ctx) {
|
|||
|
||||
return chatInfoTemplate;
|
||||
} else {
|
||||
return Strings.groupOnly;
|
||||
return ctx.reply(
|
||||
Strings.groupOnly, {
|
||||
parse_mode: 'Markdown',
|
||||
reply_to_message_id: ctx.message.message_id
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue