set _guild on voice state update just to be safe

This commit is contained in:
VP 2021-12-28 13:47:47 +02:00
parent d8388456f2
commit 8972a1c913
1 changed files with 1 additions and 0 deletions

View File

@ -169,6 +169,7 @@ class Player(VoiceProtocol):
return
self.channel = self.guild.get_channel(int(channel_id))
self._guild = self.channel.guild
if not data.get("token"):
return