Skip to content

An embed generator in Discord which makes use of the webhooks feature built into the Discord API

License

Notifications You must be signed in to change notification settings

Joshuliu/Discord-Webhook-Embed-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Webhook Embed Generator

Discord Webhook Embed Generator

Getting Started

What is required

Run the file

Use Python Launcher to execute Webhook Embed.py. This file is compatible with all versions of Python.

Creating the Embed

Step 1 - Essential Information

Webhook Editing

Webhook URL

The script will first ask for your webhook URL. This will be provided at the bottom of the webhook editing panel for the webhook. Make sure that you've also already set your webhook's profile picture and username.

Title and Description

The script will prompt for a title and description. This is the first two lines of every embed. Enter the corresponding answer.

Step 2 - Going into Detail

Setting a Thumbnail

Setting a thumbnail is optional. This is an image on the top right that is shown from a given URL.

Fields

You can have up to 25 fields per embed, each with a custom name and content. Fields are also optional.

Embed Color

You will be prompted to enter a 6 digit hex key for the color of the embed. This is the left stripe of color.

Step 3 - Enjoy!

If everything worked as planned, the bot will send a preview of the data being sent, and then the webhook will send the embed into the channel provided by the webhook creator.