fix(aurora): fixed a bug in removerole
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Successful in 30s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 47s

This commit is contained in:
Seaswimmer 2024-08-14 00:04:25 -04:00
parent 123cd188dc
commit fb92cdc08c
Signed by: cswimr
GPG key ID: 3813315477F26F82
2 changed files with 2 additions and 2 deletions

View file

@ -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,
)