Added logic to save vc_state_update when changing channel #165
This commit is contained in:
		 Submodule kdb-bot/docker updated: 48c2683965...6b25cc87fc
									
								
							 Submodule kdb-bot/src/bot/config updated: e6faabbd8b...9262f4f88f
									
								
							@@ -116,5 +116,7 @@ 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)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user