feat(tts): added new cog
This commit is contained in:
parent
57c7bce6cd
commit
a2f61d697f
3 changed files with 76 additions and 0 deletions
5
tts/__init__.py
Normal file
5
tts/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
from .tts import TTS
|
||||
|
||||
|
||||
async def setup(bot):
|
||||
await bot.add_cog(TTS(bot))
|
Loading…
Add table
Add a link
Reference in a new issue