Update update.message.ts

This commit is contained in:
Lio Young 2021-07-14 11:12:09 -07:00 committed by GitHub
parent 87644a2b02
commit 1661c513e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)
}
}
}