Files
2021-03-12 08:35:03 +01:00

42 lines
794 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:
[Invite now](https://discord.com/api/oauth2/authorize?client_id=808830741546008577&permissions=26624&scope=bot)
## 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
```