Skip to content

Commit

Permalink
OOPS fix edit logs
Browse files Browse the repository at this point in the history
Signed-off-by: cobalt <61329810+RedGuy12@users.noreply.github.com>
  • Loading branch information
cobaltt7 committed Apr 16, 2024
1 parent 52bae5c commit 197887c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/logging/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ export async function messageUpdate(
oldMessage.partial ? "Unknown message" : "Message"
}](<${newMessage.url}>) by ${newMessage.author.toString()} in ${newMessage.channel.toString()} edited`,
LogSeverity.ContentEdit,
{ files },
);
}
}
Expand Down

0 comments on commit 197887c

Please sign in to comment.