Skip to content
/ embeds Public

Create Discord embeds to send via a URL/link using express query parameters and EJS without self-botting.

License

Notifications You must be signed in to change notification settings

n0vuh/embeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord embeds using EJS and Express

Coverage Status Usage Example: Example

URL & Options

  • Base URL is https://embed.novuh.dev/
  • You can add onto this like so: https://embed.novuh.dev/?title=title (Title query param)
  • There is also ?title=title&desc=description
  • Some other options include &color=hex value i.e FFFFF0
  • &image=direct image url
  • + and %20 represent spaces. i.e: embed.novuh.dev/?title=title&desc=description+here%20space

Important Notes

  • Symbols are escaped automatically, however please use a WSGI/Passenger system such as Phusion for better safety.
  • Please credit me or consider donating, thank you.