A way for selfbots to send embeds again.
Project description
discord.py-self_embed
A way for selfbots to send embeds again.
It uses Benny's embed generator.
Install
$ pip install discord.py-self-embed
Example
import discord_self_embed embed = discord_self_embed.Embed("discord.py-self_embed", description="A way for selfbots to send embeds again.", colour="ff0000", url="https://github.com/bentettmar/discord.py-self_embed" ) embed.set_author("Ben Tettmar") 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.
- Max 350 character description.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file discord.py-self_embed-1.0.7.tar.gz
.
File metadata
- Download URL: discord.py-self_embed-1.0.7.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.6.0 importlib_metadata/4.8.2 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d46d0c8564134127cb26f720fc2cef6d8b50bf81a651f2d7d91924b500de1e9d |
|
MD5 | 457f39b973639d7e00904a2d4bdd9987 |
|
BLAKE2b-256 | a1f1556c63d853ba6e8a31aef3783d1c3dc032bce9ac8f36dc980ec3faeea707 |