Skip to content

Commit

Permalink
Grammar and translation have been finalized.
Browse files Browse the repository at this point in the history
  • Loading branch information
chisa-dev committed Jan 7, 2025
1 parent 191cce0 commit 47c2ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ bot.on('callback_query', async (query) => {
}
}
} else {
bot.sendMessage(chatId, "No message was replied to. Please reply to a message to perform this action.");
// bot.sendMessage(chatId, "No message was replied to. Please reply to a message to perform this action.");
}
});

Expand Down

0 comments on commit 47c2ece

Please sign in to comment.