fix indend

This commit is contained in:
Daniel afx 2022-03-28 04:40:23 +03:00
parent ce9d214a35
commit c963e6f256

View file

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