@bot.command()
async def play(ctx, track):
channel = ctx.message.author.voice.channel
if track == "ld":
song_there = os.path.isfile('ld.mp3')
await channel.play(source=song_there)
await ctx.send(f'Сейчас играет: **музыка**')
else:
pass