WIP: Add TTS cog #18
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class TTS(commands.Cog):
|
||||||
#TODO - add PyLav integration
|
#TODO - add PyLav integration
|
||||||
return
|
return
|
||||||
|
|
||||||
@commands.group(name="tts", autohelp=True)
|
@commands.group(name="tts")
|
||||||
@commands.admin_or_permissions(manage_guild=True)
|
@commands.admin_or_permissions(manage_guild=True)
|
||||||
async def tts(self, ctx: commands.Context):
|
async def tts(self, ctx: commands.Context):
|
||||||
"""Text to Speech settings"""
|
"""Text to Speech settings"""
|
||||||
|
|
Loading…
Reference in a new issue