fix: temporarily set skip_confirmation to True by default while I discuss if I want to keep the feature

This commit is contained in:
Seaswimmer 2023-08-08 09:57:10 -04:00
parent 2bde2023cc
commit 8f52543e3a
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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