We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b212c0 commit 9feff52Copy full SHA for 9feff52
README.md
@@ -1,5 +1,6 @@
1
# discord.py-self_embed
2
-A way for selfbots to send embeds again.
+A way for selfbots to send embeds again.
3
+It uses Rauf's embed generator so its a web embed.
4
5
### Install
6
> ```bash
@@ -20,3 +21,9 @@ A way for selfbots to send embeds again.
20
21
> url = embed.generate_url(hide_url=True) # You can also convert the embed to a string.
22
> print(url) # The url will be put in your ctx.send() content.
23
> ```
24
+
25
+### Limitations
26
+> Because the embeds are web embeds there are limitations.
27
+> - No footers.
28
+> - No author urls.
29
+> - Max 350 character description.
0 commit comments