diff --git a/LICENSE b/LICENSE index 9dd8cca..96b2e79 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..10bf8ed --- /dev/null +++ b/README.md @@ -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: `` + +* ### prefix + * Changes prefix + * Parameters: `` + +* ### new + * Creats new embed + * Parameters: + ``` + + <hex color> + <description> + <field> + ``` + * Example: + ``` + eb! Title + #EEEEEE + Description + ++Field name + Field content + --Inline field name + Inline field content + ```