Beta ban system + Simple fixes on getinfo

This commit is contained in:
lucmsilva651 2024-07-28 11:48:30 -03:00
parent 55ecaba34b
commit 1d6e569cae
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
4 changed files with 69 additions and 1 deletions

View file

@ -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
});
}
}