https://github.com/ray-1337/partial-discord-custom-embed
Create a custom embed through URL parameters for Discord.
https://github.com/ray-1337/partial-discord-custom-embed
discord embed next nextjs opengraph twitter
Last synced: about 1 month ago
JSON representation
Create a custom embed through URL parameters for Discord.
- Host: GitHub
- URL: https://github.com/ray-1337/partial-discord-custom-embed
- Owner: ray-1337
- License: mit
- Created: 2024-02-29T05:14:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T03:36:37.000Z (3 months ago)
- Last Synced: 2025-03-17T04:30:57.916Z (3 months ago)
- Topics: discord, embed, next, nextjs, opengraph, twitter
- Language: TypeScript
- Homepage: https://dce.cdn.13373333.one
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# partial-discord-custom-embed
Create a custom Discord embed through a layered URL parameters. This is a fork of my [YouTube Discord Embed](https://github.com/ray-1337/youtube-discord-embed).## Motivation
There is currently no support on applying a video in embed through a bot client. So, using a third party like this helps that.## Disclaimer
This has limited features, such as you cannot apply a footer text, thumbnail, etc.## Nice, can I use this?
Absolutely, you can fork the repo, host it somewhere else, and change the domain.## API
Currently, only supports `title`, `description`, `imageURL`, `videoURL`, `embedColor`, and `authorText`.The usage is quite simple, just append the parameters to the URL with keys provided above.
> https://ce.cdn.13373333.one/?title=uwu&description=owo
## License
[MIT](LICENSE)