From 3e7b6a5b124b6f9d9dd1cd9e8086db8f27576f32 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Tue, 8 Aug 2023 10:09:09 -0400 Subject: [PATCH] docs: updated docstring --- shortmute/shortmute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shortmute/shortmute.py b/shortmute/shortmute.py index 684223c..222a05b 100644 --- a/shortmute/shortmute.py +++ b/shortmute/shortmute.py @@ -34,7 +34,7 @@ class Shortmute(commands.Cog): An image link to evidence for the shortmute, do not use with evidence_image evidence_image: discord.Attachment = None An image file used as evidence for the shortmute, do not use with evidence_link - skip_confirmation: bool = False + skip_confirmation: bool = True This allows you skip the confirmation prompt and immediately shortmute the user. """ disable_dateutil()