Skip to main content

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

discord.py-self_embed-1.0.7.tar.gz (3.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page