SeaCogs/tts/__init__.py

6 lines
77 B
Python
Raw Normal View History

2024-02-19 18:35:44 -05:00
from .tts import TTS
async def setup(bot):
await bot.add_cog(TTS(bot))