diff --git a/shortmute/shortmute.py b/shortmute/shortmute.py index 467e6bb..684223c 100644 --- a/shortmute/shortmute.py +++ b/shortmute/shortmute.py @@ -19,7 +19,7 @@ class Shortmute(commands.Cog): @app_commands.command() @app_commands.rename(target='member') - async def shortmute(self, interaction: discord.Interaction, target: discord.Member, duration: int, reason: str, evidence_link: str = None, evidence_image: discord.Attachment = None, skip_confirmation: bool = False): + async def shortmute(self, interaction: discord.Interaction, target: discord.Member, duration: int, reason: str, evidence_link: str = None, evidence_image: discord.Attachment = None, skip_confirmation: bool = True): """Shortmute someone for up to 30m. Parameters