I'm trying to make my discord bot reporoduce audio from a link
@client.command()
async def play(ctx, url):
#...code
but it seems that I need to have installed a program called FFmpeg, and the problem is that i'm running my bot on replit.com,(which aparently you can't install nothing but packages) is there a way that I can play youtube audio links wihout installing any app, or there is any solution that someone can tell me?