WIP: Add TTS cog #18

Draft
cswimr wants to merge 12 commits from tts into main
Showing only changes of commit 567f51fb45 - Show all commits

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