6 lines
65 B
Python
6 lines
65 B
Python
from .tts import TTS
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(TTS(bot))
|