-
Notifications
You must be signed in to change notification settings - Fork 1
Tools
Connor edited this page Apr 8, 2021
·
3 revisions
Permissions: 🛠️ Bot Owner | 👑 Server Manager | 🛡️ Moderator | ♾️ Everyone
Command | Usage | Description | Permission |
---|---|---|---|
embed create |
<name> <JSON/Flags (See Below)> |
Creates a saved custom embed. | 👑 |
embed edit |
<name> <JSON> |
Edits a saved embed and any of its instances. | 👑 |
embed delete |
<name> |
Deletes a saved embed. | 👑 |
embed send |
<name> |
Sends a saved custom embed. | 👑 |
Embed Flags
Flag | Example |
---|---|
-t Title |
-t This is a title. |
-d Description |
-d This is a description of the embed. |
-c Color |
-c #4287f5 |
-f Field JSON |
-f { name: 'Field Name', value: 'Field Value', inline: true} |
Setting | Default | Description |
---|
Read the contribution guide here.
Report Bug
·
Request Feature
·
Send a Pull Request