Compare commits

..

No commits in common. "fb4be18ef2a46ae4016e1e62647915be0747f017" and "4c577f6a7b7baf8d4aaabf1fd0888be6b57110e7" have entirely different histories.

3 changed files with 2 additions and 4 deletions

@ -1 +1 @@
Subproject commit 6b25cc87fced30b5846505d95f20285a3e4d7adf
Subproject commit 48c2683965611c9a96ebbb908f8dcb4d0d7d71f2

@ -1 +1 @@
Subproject commit 9262f4f88f68f8461cfbc0a5ef3f4d89edf78c7b
Subproject commit e6faabbd8b9fe0dbd00533ea1647e7094ea8b19e

View File

@ -116,7 +116,5 @@ class BaseOnVoiceStateUpdateEvent(OnVoiceStateUpdateABC):
else:
self._logger.trace(__name__, f'User {member.id} switched to {after.channel}')
self._update_voice_state(False, member.id, before.channel.id, server)
self._update_voice_state(True, member.id, after.channel.id, server)
except Exception as e:
self._logger.error(__name__, f'Cannot handle voice state for user {member.id}', e)