fix(aurora): oops i set reason instead of role
This commit is contained in:
parent
a83a63dd6a
commit
c9c2e1f955
1 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ class Aurora(commands.Cog):
|
|||
This cog stores all of its data in an SQLite database."""
|
||||
|
||||
__author__ = "SeaswimmerTheFsh"
|
||||
__version__ = "2.0.3"
|
||||
__version__ = "2.0.4"
|
||||
|
||||
async def red_delete_data_for_user(self, *, requester, user_id: int):
|
||||
if requester == "discord_deleted_user":
|
||||
|
@ -303,8 +303,8 @@ class Aurora(commands.Cog):
|
|||
self,
|
||||
interaction: discord.Interaction,
|
||||
target: discord.Member,
|
||||
role: str,
|
||||
reason: discord.Role,
|
||||
role: discord.Role,
|
||||
reason: str,
|
||||
duration: str = None,
|
||||
silent: bool = None,
|
||||
):
|
||||
|
|
Loading…
Reference in a new issue