BetterDiscord-Embeds icon indicating copy to clipboard operation
BetterDiscord-Embeds copied to clipboard

A simple Better Discord plugin to send embeds

Update

This plugin no longer works, Discord patched it a few years ago now.

BetterDiscord-Embeds

A plugin for Better Discord that allows you to send fancy embed messages like this:

Embed Example

Disclaimer!

It is possible that Discord will ban and delete your account for using this plugin

I can not be held responsible if this happens. Using custom clients and plugins is a breach of Discord's Terms of Service.

Installation

  • Clone this repository
  • Copy SendEmbeds.plugin.js to your plugins folder, you can access this by going into your user settings, plugins and clicking "Open Plugin Folder"

Usage

    /e title:           Your title
    description:        Your description
    url:                The url your title sends you to when you click it
    color:              The hex color code of the embed
    timestamp:          True or False - If you want a timestamp at the bottom of your embed or not
    footer_image:       The url of the image in the footer
    footer:             The footer text
    thumbnail:          The url of the thubmnail image
    image:              The url of the main image
    author:             The name of the author
    author_url:         The url clicking the authors name send you to
    author_icon:        The url of the author's icon

The title should be enclosed in double quotes and there needs to be a # infront of the color code

Here's an example:

/e title: My cool title
description: Cool embeds
Wow! Multiline
url: https://discordapp.com
color: #1243ff
timestamp: true
footer_image: https://cdn.discordapp.com/embed/avatars/0.png
footer: WOW! Footers!
thumbnail: https://cdn.discordapp.com/embed/avatars/0.png
image: https://cdn.discordapp.com/embed/avatars/0.png
author: ABCD
author_url: https://discordapp.com
author_icon: https://cdn.discordapp.com/embed/avatars/0.png

FAQ

How do I do multiline embeds?

The same way you do it normally with Shift + Enter.

It's not working and I don't know why!?

Create an issue with all the details you can give and I will respond as soon as possible.

Credit

I would like to give credit to Septeract, https://github.com/hepteract/, as he originally wrote the code this is based off. Here is the original gist for anyone interested.

https://gist.github.com/hepteract/8d9199a6a154dd32a1c4ced97de76043