diff --git a/aurora/models/moderation_types.py b/aurora/models/moderation_types.py index 8205617..eb7d8db 100644 --- a/aurora/models/moderation_types.py +++ b/aurora/models/moderation_types.py @@ -37,7 +37,7 @@ class Note(Type): @classmethod async def handler(cls, ctx: commands.Context, target: Member | User, silent: bool, reason: str) -> 'Note': response = await ctx.send( - content=f"{target.mention} has {cls.embed_desc}{cls.string}!\n**Reason** - `{reason}`" + content=f"{target.mention} has {cls.embed_desc}{cls.verb}!\n**Reason** - `{reason}`" ) if silent is False: