1
0
Fork 0
mirror of synced 2024-05-24 06:19:39 +12:00

Stop auto-reconnecting for voice channels

This commit is contained in:
phxntxm 2017-11-11 16:22:04 -06:00
parent 5a28951eb7
commit 4312b5f5ef

View file

@ -374,7 +374,7 @@ class Music:
await state.voice.move_to(channel)
# Otherwise, try connecting
else:
await channel.connect()
await channel.connect(reconnect=False)
# If we have connnected, create our voice state
queue_type = self.bot.db.load('server_settings', key=channel.guild.id, pluck='queue_type')