Removed unnecessary string

This commit is contained in:
Luquinhas 2025-01-12 23:51:25 -03:00
parent 50faf8b11f
commit 697bca33b5
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
3 changed files with 1 additions and 3 deletions

View file

@ -68,7 +68,7 @@ async function handleAdminCommand(ctx, action, successMessage, errorMessage) {
});
}
} else {
ctx.reply(Strings.botAdminOnly, {
ctx.reply(Strings.noPermission, {
reply_to_message_id: ctx.message.message_id
});
}