SeaCogs/tts/__init__.py
SeaswimmerTheFsh a2f61d697f
All checks were successful
Actions / Lint Code (Ruff) (pull_request) Successful in 10s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 14s
feat(tts): added new cog
2024-02-19 18:35:44 -05:00

5 lines
77 B
Python

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