forked from cswimr/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",
|
||||
"USER",
|
||||
target.id,
|
||||
role,
|
||||
role.id,
|
||||
parsed_time,
|
||||
reason,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue