Server prefix is set to
;
by default. Use ;prefix [character]
to change it for your server.Embed Setup
To create a embed, you must know how to use parameters and variables. All embed code will begin with{"embeds":[]}
. This is to specify that you want the content to be an embed instead of a normal message. Parameters will always begin with a left curly bracket to start your parameter.
Now that you know what content different parameters accept, you can finish your parameter! After your left curly bracket, you need to specify what parameter you want to use. A basic one, description, would be written like this: {description}
. Now, you want to finish the rest of your parameter.

Structure
{"embeds":[{"..."}]}
begins the embed structure
{
begins a parameter.
,
seperates the parameters.
}
ends a parameter.
Multiple Parameters
At some point, you will need to add multiple parameters to an embed. You can do this by inserting,
after your first parameter, then writing your next parameter just like you wrote your last one. Your output will look something like this:
Using Variables in Parameters
Variables can only be used in strings.

{guild.count}
was inputted and the embed code turned that into the server’s member count. For a list of variables, click here.
Commands That Take Embeds
If a * is added next to the command, it means the command will take raw text or an embed. All subcommands under invoke take both raw text or embeds.- welcome message*
- leave message*
- boost message*
- level message*
- lastfm embed*