Skip to content

Commit

Permalink
Reaction autoremove: Try hardcoding Microsoft Community Recycle Bin e…
Browse files Browse the repository at this point in the history
…moji
  • Loading branch information
FloatingMilkshake committed Dec 3, 2024
1 parent 56fdcd9 commit 179bf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Events/ReactionEvent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public static async Task OnReaction(DiscordClient _, MessageReactionAddedEventAr
{
await targetMessage.DeleteReactionAsync(e.Emoji, e.User);
var emoji = e.Emoji.Id != 0 ? $"[{e.Emoji.Name}](<{e.Emoji.Url}>)" : e.Emoji.ToString();
await LogChannelHelper.LogMessageAsync("reactions", $"{cfgjson.Emoji.Deleted} Removed reaction {emoji} from {e.Message.JumpLink} by {e.User.Mention}");
await LogChannelHelper.LogMessageAsync("reactions", $"<:WindowsRecycleBin:824380487920910348> Removed reaction {emoji} from {e.Message.JumpLink} by {e.User.Mention}");
return;
}

Expand Down

0 comments on commit 179bf42

Please sign in to comment.