Files
Discord_Simple-Embed-Bot/README.md
T
2021-02-13 01:01:53 +01:00

45 lines
716 B
Markdown

# Discord_Simple-Embed-Bot
> A bot that makes it very simple to post custom embeds
## Usage
Currently, only guild members with administrator rights can use this bot.
### Permissions:
This bot requires the `Send Messages` and `Manage Messages` permissions
### Invite:
Coming soon
## Setup
Coming soon
## Commands
### help
* Lists all commands
* Parameters: `<command>`
### prefix
* Changes prefix
* Parameters: `<prefix>`
### new
* Creats new embed
* Parameters:
```
<title>
<hex color>
<description>
<fields>
```
* Example:
```
eb! Title
#EEEEEE
Description
++Field name
Field content
--Inline field name
Inline field content
```