This commit is contained in:
Stone-Red-Code
2021-02-13 00:30:42 +01:00
2 changed files with 36 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal
+35
View File
@@ -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
```