From 9672b325a127f6b423eb247d6f2a945c4932d460 Mon Sep 17 00:00:00 2001 From: March 7th <71698422+aiko-chan-ai@users.noreply.github.com> Date: Mon, 11 Apr 2022 13:20:03 +0700 Subject: [PATCH] Update Message.md --- Document/Message.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Document/Message.md b/Document/Message.md index 6d16081..aa59b49 100644 --- a/Document/Message.md +++ b/Document/Message.md @@ -60,8 +60,7 @@ await message.contextMenu(botID, commandName); ## MessageEmbed ? -- Because Discord has removed the ability to send Embeds in its API, that means MessageEmbed is unusable. But I have created a constructor that uses oEmbed from [page](https://embed.benny.fun/) (known to this site by module py discord.py-self_embed, thanks) -- Update: This [page](https://embed.benny.fun/) is no longer available. +- Because Discord has removed the ability to send Embeds in its API, that means MessageEmbed is unusable. But I have created a constructor that uses oEmbed with help [from this site](https://www.reddit.com/r/discordapp/comments/82p8i6/a_basic_tutorial_on_how_to_get_the_most_out_of/)
Click to show