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:
parent
1a4903c6f0
commit
9be1b7ebcf
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export class MessageNewHandler extends VkEventHandler {
|
||||||
const from = users[0];
|
const from = users[0];
|
||||||
|
|
||||||
logger.debug(
|
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();
|
await next();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue