Skip to content

Commit

Permalink
updates message edited image name in command
Browse files Browse the repository at this point in the history
  • Loading branch information
benw202 committed Jan 18, 2024
1 parent 79f9cb7 commit aa1a4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/logging/messageUpdate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default event(Events.MessageUpdate, async (_, oldMessage, newMessage) =>
if (userLogsChannel && !constantsConfig.userLogExclude.includes(oldMessage.author!.id)) {
const messageUpdateEmbed = makeEmbed({
color: Colors.Orange,
thumbnail: { url: `${imageBaseUrl}/moderation/message_updated.png` },
thumbnail: { url: `${imageBaseUrl}/moderation/message_edited.png` },
author: {
name: oldMessage.author.tag,
iconURL: oldMessage.author.displayAvatarURL(),
Expand Down

0 comments on commit aa1a4dc

Please sign in to comment.