Skip to content

Commit

Permalink
Remove positional values for required
Browse files Browse the repository at this point in the history
  • Loading branch information
Kapppa committed Jun 30, 2023
1 parent 00fd5ba commit 20dfc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chiya/cogs/commands/mute.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async def unmute(
db.commit()
db.close()

await member.timeout(until=None, reason=reason)
await member.timeout(None, reason=reason)
await ctx.followup.send(embed=mod_embed)
await log_embed_to_channel(ctx=ctx, embed=mod_embed)

Expand Down

0 comments on commit 20dfc8e

Please sign in to comment.