项目作者: n0vuh

项目描述 :
Create Discord embeds to send via a URL/link using express query parameters and EJS.
高级语言: JavaScript
项目地址: git://github.com/n0vuh/embeds.git
创建时间: 2021-01-27T11:16:28Z
项目社区:https://github.com/n0vuh/embeds

开源协议:GNU General Public License v2.0

下载


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.