Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Erisa A <[email protected]>
  • Loading branch information
FloatingMilkshake and Erisa authored Aug 18, 2024
1 parent d59d482 commit dfb6568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Helpers/InvestigationsHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ await LykosAvatarMethods.UserOrMemberAvatarURL(infringingMessage.Author, infring

if (content == default)
if (wasAutoModBlock)
content = $"{Program.cfgjson.Emoji.Denied} Detected infringing message (blocked by AutoMod) by {infringingMessage.Author.Mention} in {infringingMessage.Channel.Mention}:";
content = $"{Program.cfgjson.Emoji.Denied} Detected infringing AutoMod message by {infringingMessage.Author.Mention} in {infringingMessage.Channel.Mention}:";
else
content = $"{Program.cfgjson.Emoji.Denied} Deleted infringing message by {infringingMessage.Author.Mention} in {infringingMessage.Channel.Mention}:";

Expand Down

0 comments on commit dfb6568

Please sign in to comment.