aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/exts/filtering/_ui/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/filtering/_ui/ui.py b/bot/exts/filtering/_ui/ui.py
index 0de511f03..1002548a5 100644
--- a/bot/exts/filtering/_ui/ui.py
+++ b/bot/exts/filtering/_ui/ui.py
@@ -559,7 +559,7 @@ class AlertView(discord.ui.View):
author = await bot.instance.fetch_user(self.ctx.author.id)
await command(fake_ctx, author)
- @discord.ui.button(emoji="⚠")
+ @discord.ui.button(emoji="🗒️")
async def user_infractions(self, interaction: Interaction, button: discord.ui.Button) -> None:
"""Send the infractions embed of the offending user."""
command = bot.instance.get_command("infraction search")