Skip to content

Commit 9feff52

Browse files
authored
Update README.md
1 parent 5b212c0 commit 9feff52

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# discord.py-self_embed
2-
A way for selfbots to send embeds again.
2+
A way for selfbots to send embeds again.
3+
It uses Rauf's embed generator so its a web embed.
34

45
### Install
56
> ```bash
@@ -20,3 +21,9 @@ A way for selfbots to send embeds again.
2021
> url = embed.generate_url(hide_url=True) # You can also convert the embed to a string.
2122
> print(url) # The url will be put in your ctx.send() content.
2223
> ```
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

Comments
 (0)