mirror of
https://github.com/Stone-Red-Code/Discord_Simple-Embed-Bot.git
synced 2026-09-04 09:06:05 +02:00
36 lines
522 B
Markdown
36 lines
522 B
Markdown
# Discord_Simple-Embed-Bot
|
|
|
|
> A bot that makes it very simple to post custom embeds
|
|
|
|
## Setup
|
|
Coming soon
|
|
|
|
## Commands
|
|
* ### help
|
|
* Lists all commands
|
|
* Parameters: `<command>`
|
|
|
|
* ### prefix
|
|
* Changes prefix
|
|
* Parameters: `<prefix>`
|
|
|
|
* ### new
|
|
* Creats new embed
|
|
* Parameters:
|
|
```
|
|
<title>
|
|
<hex color>
|
|
<description>
|
|
<field>
|
|
```
|
|
* Example:
|
|
```
|
|
eb! Title
|
|
#EEEEEE
|
|
Description
|
|
++Field name
|
|
Field content
|
|
--Inline field name
|
|
Inline field content
|
|
```
|