fix(aurora): oops i set reason instead of role

This commit is contained in:
Seaswimmer 2024-02-02 11:33:17 -05:00
parent a83a63dd6a
commit c9c2e1f955
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

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