Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bennyscripts authored Mar 29, 2022
1 parent 5b212c0 commit 9feff52
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# discord.py-self_embed
A way for selfbots to send embeds again.
A way for selfbots to send embeds again.
It uses Rauf's embed generator so its a web embed.

### Install
> ```bash
Expand All @@ -20,3 +21,9 @@ A way for selfbots to send embeds again.
> url = embed.generate_url(hide_url=True) # You can also convert the embed to a string.
> print(url) # The url will be put in your ctx.send() content.
> ```
### Limitations
> Because the embeds are web embeds there are limitations.
> - No footers.
> - No author urls.
> - Max 350 character description.

0 comments on commit 9feff52

Please sign in to comment.