set _guild on voice state update just to be safe
This commit is contained in:
parent
d8388456f2
commit
8972a1c913
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue