Skip to content

Commit

Permalink
Update redbot/cogs/mutes/mutes.py
Browse files Browse the repository at this point in the history
Co-authored-by: TrustyJAID <[email protected]>
  • Loading branch information
Kowlin and TrustyJAID authored Jul 18, 2024
1 parent 9589439 commit 7feb1d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redbot/cogs/mutes/mutes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1750,7 +1750,7 @@ async def mute_user(
async def unmute_user(
self,
guild: discord.Guild,
author: Union[discord.Member, None],
author: Optional[discord.Member],
user: discord.Member,
reason: Optional[str] = None,
) -> MuteResponse:
Expand Down

0 comments on commit 7feb1d9

Please sign in to comment.