From 567f51fb457995f18a8975be9f5b55f446047f39 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 21 Feb 2024 11:47:22 -0500 Subject: [PATCH] fix(tts): turned autohelp off for tts command --- tts/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts/tts.py b/tts/tts.py index 531149c..a5b9fec 100644 --- a/tts/tts.py +++ b/tts/tts.py @@ -41,7 +41,7 @@ class TTS(commands.Cog): #TODO - add PyLav integration return - @commands.group(name="tts", autohelp=True) + @commands.group(name="tts") @commands.admin_or_permissions(manage_guild=True) async def tts(self, ctx: commands.Context): """Text to Speech settings"""