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