mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
#1 fixed logger entry for messages
This commit is contained in:
parent
eb696e64d4
commit
61f0440cb6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ export class MessageNewHandler extends VkEventHandler<Fields, Values> {
|
|||
const user = await this.getUserByID(String(context.senderId));
|
||||
|
||||
logger.debug(
|
||||
`vk, group ${this.group.name} received message from ${from.first_name} ${from.last_name}: ${context.text}`
|
||||
`vk, group ${this.group.name} received message from ${user.first_name} ${user.last_name}: "${context.text}"`
|
||||
);
|
||||
|
||||
const parsed = this.template.theme({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue