mirror of
https://github.com/Stone-Red-Code/Discord_Simple-Embed-Bot.git
synced 2026-09-04 09:06:05 +02:00
45 lines
715 B
Markdown
45 lines
715 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 reqires 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
|
|
```
|