forked from blizzthewolf/SeaCogs
6 lines
77 B
Python
6 lines
77 B
Python
|
from .tts import TTS
|
||
|
|
||
|
|
||
|
async def setup(bot):
|
||
|
await bot.add_cog(TTS(bot))
|