forked from blizzthewolf/SeaCogs
fix(aurora): fixed mysql_log in addrole (again)
This commit is contained in:
parent
c1d2e6d28a
commit
21dabccb48
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ class Aurora(commands.Cog):
|
||||||
"ADDROLE",
|
"ADDROLE",
|
||||||
"USER",
|
"USER",
|
||||||
target.id,
|
target.id,
|
||||||
role,
|
role.id,
|
||||||
parsed_time,
|
parsed_time,
|
||||||
reason,
|
reason,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue