How to Use Embeds with Kick Bot
3 min read•Last updated: Oct 11, 2024
Creating and using embeds with Kick Bot is a simple process. Follow these steps to create custom embeds for your Discord server:
- Open the Embed Creator:
Visit the Kick Bot JSON Embed Creator at kick.bot/json .
- Design Your Embed:
Use the interface to design your embed. You can customize various elements such as title, description, fields, color, and more.
- Copy the JSON Data:
Once you're satisfied with your embed design, click the copy button (shown as a clipboard icon) to copy the JSON data of your embed.
- Use the JSON in a Slash Command:
In your Discord server, use the appropriate slash command for your use case (e.g.,
/add
,/subscriber role add
, etc.) and paste the copied JSON data into the "message" field of the command.
Notes:
- You can use variables in your embed. To see available variables, use the
/variables
command in Discord. - The embed creator website may show warnings like "Invalid URL" for some fields. You can ignore these warnings, as Kick Bot will replace all variables before sending the message.