6 lines
65 B
6 lines
65 B
![]()
7 years ago
|
from .tts import TTS
|
||
|
|
||
|
|
||
|
def setup(bot):
|
||
|
bot.add_cog(TTS(bot))
|