fix: temporarily set skip_confirmation to True by default while I discuss if I want to keep the feature
This commit is contained in:
parent
2bde2023cc
commit
8f52543e3a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Shortmute(commands.Cog):
|
||||||
|
|
||||||
@app_commands.command()
|
@app_commands.command()
|
||||||
@app_commands.rename(target='member')
|
@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.
|
"""Shortmute someone for up to 30m.
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
|
|
Loading…
Reference in a new issue