https://github.com/axodouble/discord-embed-generator
https://github.com/axodouble/discord-embed-generator
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/axodouble/discord-embed-generator
- Owner: Axodouble
- Created: 2023-10-14T13:43:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-14T13:44:45.000Z (over 2 years ago)
- Last Synced: 2025-10-21T18:02:10.902Z (8 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Discord Embed Generator
### A simple Discord Embed Generator made with PHP and a single bottle of beer.
### Usage:
The php script takes a couple different arguments for the embed, simply put the php file on your server and copy the link to it to discord.
#### Arguments:
- title: The title of the embed
- description: The description of the embed
- color: The color of the embed, has to be a hex value
- image: The image of the embed, has to be a direct link to the image
- url: The url of the embed, has to be a direct link to the url
#### Example:
`https://xdbl.dev/discord?title=Rizzler%20Collectible&image=https://xdbl.dev/x/rizzler.gif&color=2b2d31&description=The%20Rizzler&20Awaits`
