#1041715498011873381
I have migrated over to a .md from a .html and am wondering if that would be a better option to have link to a hyperlink in an embed. if so, how would i go about doing it?
async def some_function(self,inter):
file = disnake.File(path_to_file)
embed = disnake.Embed()
await inter.response.send_message(embed=embed,file=file)?
```I don't want them to have to download the file to view it. I just want the discord bot to give them a link that opens the md file