def create_player(self, voice_client):
await self.download()
if self.location:
audio_source = discord.FFmpegPCMAudio(self.location)
if not voice_client.is_playing():
voice_client.play(audio_source)