mirror of
https://github.com/Stone-Red-Code/Discord_Simple-Embed-Bot.git
synced 2026-09-04 00:56:04 +02:00
Merge branch 'main' of https://github.com/Stone-Red-Code/Discord_Simple-Embed-Bot into main
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 Stone-Red-Code
|
||||
Copyright (c) 2021 Stone_Red
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user