diff --git a/heimdallr/commands/infractions.py b/heimdallr/commands/infractions.py index 5cae832..58a5899 100644 --- a/heimdallr/commands/infractions.py +++ b/heimdallr/commands/infractions.py @@ -234,6 +234,8 @@ class Infractions(Extension): description=f"{reason}", color=infraction_colour(0x0000FF), fields=[ + EmbedField("**Warned by**", + f"{ctx.author.display_name} ({ctx.author.username}#{ctx.author.discriminator})") ], ))