Fox-V3/tts/__init__.py
2018-05-15 15:41:26 -04:00

6 lines
65 B
Python

from .tts import TTS
def setup(bot):
bot.add_cog(TTS(bot))