1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-25 15:06:41 +07:00

#1 fixed logger entry for messages

This commit is contained in:
Fedor Katurov 2021-04-29 11:33:49 +07:00
parent 1a4903c6f0
commit 9be1b7ebcf

View file

@ -20,7 +20,7 @@ export class MessageNewHandler extends VkEventHandler {
const from = users[0];
logger.debug(
`received message from ${from.first_name} ${from.last_name}: ${context.text}`
`vk, group ${this.group.name} received message from ${from.first_name} ${from.last_name}: ${context.text}`
);
await next();