Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bot/exts/filtering/_ui/ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ async def user_info(self, interaction: Interaction, button: discord.ui.Button) -
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")
Expand Down