-
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