fix indend
This commit is contained in:
parent
ce9d214a35
commit
c963e6f256
1 changed files with 2 additions and 2 deletions
4
main.py
4
main.py
|
@ -79,8 +79,8 @@ async def on_voice_state_update(member, before, after):
|
||||||
return
|
return
|
||||||
|
|
||||||
if str(after.channel.id) == voice_channel_id:
|
if str(after.channel.id) == voice_channel_id:
|
||||||
print("Connecting to voice channel " + voice_channel_id)
|
print("Connecting to voice channel " + voice_channel_id)
|
||||||
voiceChannel = await voice_channel.connect()
|
voiceChannel = await voice_channel.connect()
|
||||||
|
|
||||||
print("Disconnecting from voice channel " + voice_channel_id)
|
print("Disconnecting from voice channel " + voice_channel_id)
|
||||||
voiceChannel = await after.channel.connect()
|
voiceChannel = await after.channel.connect()
|
||||||
|
|
Loading…
Reference in a new issue