Fox-V3/tts/__init__.py

6 lines
65 B

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