fix(aurora): fixed a bug in removerole
This commit is contained in:
parent
123cd188dc
commit
fb92cdc08c
2 changed files with 2 additions and 2 deletions
|
@ -376,7 +376,7 @@ class RemoveRole(Type):
|
|||
guild=ctx.guild,
|
||||
moderator=ctx.author,
|
||||
reason=reason,
|
||||
moderation_type="removerole",
|
||||
moderation_type=cls(),
|
||||
response=response,
|
||||
duration=parsed_time,
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue