mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-23 06:05:34 +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."""
|
"""Adds a note to a user by userid, staff only."""
|
||||||
userlog(target, ctx.author, note,
|
userlog(target, ctx.author, note,
|
||||||
"notes")
|
"notes")
|
||||||
await ctx.send(f"{target.mention}: noted!")
|
await ctx.send(f"{ctx.author.mention}: noted!")
|
||||||
|
|
||||||
|
|
||||||
def setup(bot):
|
def setup(bot):
|
||||||
|
|
Loading…
Reference in a new issue