EmbedBot

A Discord bot for managing embeds.

View the Project on GitHub

User Guide

Guide style:

The Basics

Before we start working, we need to create a new embed. You can do this with the Create command.

This creates a new embed, but it’s empty. Let’s add some text.

Now you can display it on discord by sending it.

You’ve just created your first embed!

Commands

To find information about commands, you can use the Help feature.

Editing Embeds

If your embed is more permanent, like something in a #rules channel, we want to have a way to update it.

The easiest way is to keep track of your embed when you send it.

e!Send true

This saves the message information. Once you make all of your changes, you can update it with one command.

e!Update

If you didn’t track your embed when you first sent it, you can also update a message’s embed.

e!UpdateTarget

Updating Sent Embeds

Creating Multiple Embeds

This bot can store as many embeds as you want, but this means that the bot needs to know which embed you’re talking about when you run a command. It does this by keeping a single embed loaded. This allows you to edit embeds without having to specify the name each time.

Managing Multiple Embeds

Importing Embeds

Other useful commands