Merge branch 'panthera' of github.com:thaldrin/thaldrin into panthera

This commit is contained in:
Lio Young 2021-07-15 10:36:23 +02:00
commit 1581ea4e22
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ export = {
if (old_message.content === new_message.content) return;
Logger.info({ type: `event:messageUpdate`, message: "Emitting new message to event:message" })
// Logger.info({ type: `event:messageUpdate`, message: "Emitting new message to event:message" })
await client.emit("message", new_message)
}
}
}