mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 20:35:36 +00:00
noteid: fix a bug where it wouldn't work
This commit is contained in:
parent
2055a63eec
commit
40570ee112
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue