From f4150db184a3ada622c5a880a94c43d1c0e5d2c5 Mon Sep 17 00:00:00 2001 From: imnotverygood <68748172+imnotverygood@users.noreply.github.com> Date: Fri, 24 Jul 2020 17:21:24 +0100 Subject: [PATCH] Fix incorrect indent --- tts/tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts/tts.py b/tts/tts.py index 0009fbf..eb8b63b 100644 --- a/tts/tts.py +++ b/tts/tts.py @@ -24,7 +24,7 @@ class TTS(Cog): @commands.command(aliases=["t2s", "text2"]) async def tts(self, ctx: commands.Context, *, text: str): - """ + """ Send Text to speech messages as an mp3 """ mp3_fp = io.BytesIO()