Added Privacy Policy + changed commands layout to comply with new logger

This commit is contained in:
Lucas Gabriel 2024-06-02 12:54:12 +00:00
parent 612a48ca7f
commit bc97336b67
11 changed files with 47 additions and 27 deletions

View file

@ -22,7 +22,7 @@ bot.on('message', (msg) => {
const messageText = msg.text;
if (isBlocked(userId)) {
console.log(`WARN: Blocked user ${userName}, ${userId} tried to access the bot with the command/message ${messageText}.`);
console.log(`WARN: Blocked user ${userName}, ${userId} tried to access the bot with the command or message "${messageText}".\n`);
return;
}