Additional list and tts descriptions

pull/26/head
bobloy 6 years ago
parent 7fc081de87
commit ae4fbbcc58

File diff suppressed because it is too large Load Diff

@ -8,7 +8,7 @@ from redbot.core.bot import Red
class TTS:
"""
V3 Cog Template
Send Text-to-Speech messages
"""
def __init__(self, bot: Red):
@ -24,9 +24,7 @@ class TTS:
@commands.command(aliases=["t2s", "text2"])
async def tts(self, ctx: commands.Context, *, text: str):
"""
My custom cog
Extra information goes here
Send Text to speech messages as an mp3
"""
mp3_fp = io.BytesIO()
tts = gTTS(text, 'en')

Loading…
Cancel
Save