From c963e6f2560da5ea67b2ef78a8659ae7eeea54e6 Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Mon, 28 Mar 2022 04:40:23 +0300 Subject: [PATCH] fix indend --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 1730726..f69e76b 100644 --- a/main.py +++ b/main.py @@ -79,8 +79,8 @@ async def on_voice_state_update(member, before, after): return if str(after.channel.id) == voice_channel_id: - print("Connecting to voice channel " + voice_channel_id) - voiceChannel = await voice_channel.connect() + print("Connecting to voice channel " + voice_channel_id) + voiceChannel = await voice_channel.connect() print("Disconnecting from voice channel " + voice_channel_id) voiceChannel = await after.channel.connect()