I'm trying make the bot send an embeded link from imgur, specifically https://imgur.com/t/dank_memes
I've got as far as sending random.choice links, but that'd run out quickly and be too tedious
I got as far as this:
@commands.command()
async def meme(self, ctx):
images=["links go here"]
embed=discord.Embed(colour=discord.Colour.orange())
embed.set_image(url=random.choice(images))
await ctx.send(embed=embed)
I'm not sure how I'll do this since I found nothing else, also if I have to use an API you might as well add me on discord and explain how: Dr Jakaboii#2019