String changes + a little code fix on stats
This commit is contained in:
parent
ad6577bc6f
commit
075dc00ad3
2 changed files with 1 additions and 2 deletions
|
@ -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}`);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue