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()