diff --git a/bot.py b/bot.py index d7414ac..5f3a193 100644 --- a/bot.py +++ b/bot.py @@ -145,7 +145,7 @@ async def on_message(message: discord.Message): matches.append(member) if matches and voice is not None: - source, destroy_tts = await text_to_speech(message.content) + source, destroy_tts = text_to_speech(message.content) voice_protocol: Optional[discord.VoiceProtocol] = await connect_and_play(voice, source) async def _mute(m: discord.Member):