From 8f52543e3a297c90dcc981b5d8b3c6e49779607e Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 8 Aug 2023 09:57:10 -0400 Subject: [PATCH] fix: temporarily set skip_confirmation to True by default while I discuss if I want to keep the feature --- shortmute/shortmute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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