revert previous commit - redundant

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

View File

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