diff --git a/cogs/mod_note.py b/cogs/mod_note.py index df943e4..9f407f1 100644 --- a/cogs/mod_note.py +++ b/cogs/mod_note.py @@ -25,7 +25,7 @@ class ModNote(Cog): """Adds a note to a user by userid, staff only.""" userlog(target, ctx.author, note, "notes") - await ctx.send(f"{target.mention}: noted!") + await ctx.send(f"{ctx.author.mention}: noted!") def setup(bot):