String changes + a little code fix on stats

This commit is contained in:
Lucas Gabriel 2024-06-02 01:58:25 +00:00
parent ad6577bc6f
commit 075dc00ad3
2 changed files with 1 additions and 2 deletions

View file

@ -32,6 +32,5 @@ module.exports = function (bot, msg) {
bot.sendMessage(chatId, message, { parse_mode: 'Markdown' })
.catch(error => console.error('ERROR: Message cannot be sent:', error));
console.log(`INFO: /stats executed by ${userName}, ${userId}`);
};