We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 071b54d commit 7ffdd50Copy full SHA for 7ffdd50
backend/src/plugin/logging/logger/messages.ts
@@ -93,7 +93,7 @@ async function handleUpdate(
93
94
await logEvent(ctx, {
95
guild: message.guild,
96
- channel: message.channelID,
+ channelID: message.channelID,
97
key: "messageEdit",
98
async supply() {
99
const entry = await getMessageCacheEntry(
@@ -147,7 +147,7 @@ async function handleDelete(
147
148
149
150
151
key: "messageDelete",
152
153
const entry = await takeMessageCacheEntry(
0 commit comments