fix(tts): turned autohelp off for tts command
All checks were successful
Actions / Lint Code (Ruff) (pull_request) Successful in 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s

This commit is contained in:
Seaswimmer 2024-02-21 11:47:22 -05:00
parent 39fead0928
commit 567f51fb45
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

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