diff --git a/aurora/aurora.py b/aurora/aurora.py index 72c039b..0c110c0 100644 --- a/aurora/aurora.py +++ b/aurora/aurora.py @@ -304,7 +304,7 @@ class Aurora(commands.Cog): interaction: discord.Interaction, target: discord.Member, role: str, - reason: str, + reason: discord.Role, duration: str = None, silent: bool = None, ): @@ -314,7 +314,7 @@ class Aurora(commands.Cog): ----------- target: discord.Member Who are you adding a role to? - role: str + role: discord.Role What role are you adding to the target? reason: str Why are you adding a role to this user?