@bot.command(pass_context=True)
async def play(ctx):
chann = bot.get_channel(971121885670699068)
await chann.connect(reconnect=True)
sleep(1)
ctx.voice_client.play(discord.FFmpegPCMAudio('music.mp3'))
@bot.command()
async def stop(ctx):
await ctx.voice_client.disconnect()