From 90c70d23f554099084ffe3508251ebc6a88d2999 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 18:40:09 +0100 Subject: [PATCH 01/16] Create README.md --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..511b733 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Discord_Simple-Embed-Bot From 6008e700fbf2144c43dff862c23eae367e214e79 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:46:32 +0100 Subject: [PATCH 02/16] Update README.md --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 511b733..d6ec331 100644 --- a/README.md +++ b/README.md @@ -1 +1,33 @@ # Discord_Simple-Embed-Bot + +>A bot thats 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: + ``` + Title + #FFFFFF + Description + ++Field name + Field content + --Inline field name + Inline field content + ``` From 15dd11ecafc1c67938be201ac39712a0c4c5429b Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:49:27 +0100 Subject: [PATCH 03/16] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d6ec331..d34779d 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ Coming soon ##Commands * help * Lists all commands - * Parameters: <command> + * Parameters: ```<command>``` * prefix * Changes prefix - * Parameters: <prefix> + * Parameters: ´<prefix>´ * new * Creats new embed From 1fe7e75d4152b8c2a5e9f7e63c8ae11f3bae6e37 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:49:59 +0100 Subject: [PATCH 04/16] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d34779d..2365748 100644 --- a/README.md +++ b/README.md @@ -8,19 +8,19 @@ Coming soon ##Commands * help * Lists all commands - * Parameters: ```<command>``` + * Parameters: `<command>` * prefix * Changes prefix - * Parameters: ´<prefix>´ + * Parameters: `<prefix>` * new * Creats new embed * Parameters: - <title> + ```<title> <hex color> <description> - <field> + <field>``` * Example: ``` Title From 2ddcaf32d471205e372a1caeb711f88d5ae9558e Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:50:30 +0100 Subject: [PATCH 05/16] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2365748..e9a9ba5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ Coming soon * new * Creats new embed * Parameters: - ```<title> + ``` + <title> <hex color> <description> <field>``` From de91c7c8e919e3953231ab95f0c33cab2935aff7 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:50:52 +0100 Subject: [PATCH 06/16] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9a9ba5..2e1661b 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ Coming soon <title> <hex color> <description> - <field>``` + <field> + ``` * Example: ``` Title From 8475cb182072da21be3c28dea72d5b618deb5e84 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:51:15 +0100 Subject: [PATCH 07/16] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e1661b..660b40b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Discord_Simple-Embed-Bot ->A bot thats makes it very simple to post custom embeds +> A bot thats makes it very simple to post custom embeds -##Setup +## Setup Coming soon -##Commands +## Commands * help * Lists all commands * Parameters: `<command>` From 7585a1bcec9d914efb1b7ab72a693652d40e7fb3 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:51:43 +0100 Subject: [PATCH 08/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 660b40b..b9fa34f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Coming soon ## Commands -* help +* ### help * Lists all commands * Parameters: `<command>` From da7f6a2aed74ac0874214a7ffdb8a6b5291246a2 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:51:54 +0100 Subject: [PATCH 09/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9fa34f..78b48f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Coming soon ## Commands -* ### help +* #### help * Lists all commands * Parameters: `<command>` From 2f00ea42bb08567f71991d4a7f2e8510a9a8147d Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:52:19 +0100 Subject: [PATCH 10/16] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78b48f6..a2d6c32 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ Coming soon * Lists all commands * Parameters: `<command>` -* prefix +* ### prefix * Changes prefix * Parameters: `<prefix>` -* new +* ### new * Creats new embed * Parameters: ``` From e48305a0459935d10f2de66e23e37824f2f43949 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:52:33 +0100 Subject: [PATCH 11/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2d6c32..9361748 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Coming soon ## Commands -* #### help +* ### help * Lists all commands * Parameters: `<command>` From 7ec7e96c8d30c309cee7997680e7081ed35b3c34 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:53:03 +0100 Subject: [PATCH 12/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9361748..59d199e 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Coming soon ``` * Example: ``` - Title + eb!Title #FFFFFF Description ++Field name From 33a8c6abff8c4543fe934fe48280b0d50d505273 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:53:18 +0100 Subject: [PATCH 13/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59d199e..c02034b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Coming soon ``` * Example: ``` - eb!Title + eb! Title #FFFFFF Description ++Field name From 311ce634f94a32409eb3af334a55c32bdaf3909e Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:54:36 +0100 Subject: [PATCH 14/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c02034b..c504992 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Coming soon * Example: ``` eb! Title - #FFFFFF + #EEEEEE Description ++Field name Field content From bbef4b6a5df80e1aaa9d599c2a67b5f3ca92528f Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:56:42 +0100 Subject: [PATCH 15/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c504992..10bf8ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Discord_Simple-Embed-Bot -> A bot thats makes it very simple to post custom embeds +> A bot that makes it very simple to post custom embeds ## Setup Coming soon From 156b0d769cec7b024e7aa6add8b397b623aee329 Mon Sep 17 00:00:00 2001 From: Stone_Red <56473591+Stone-Red-Code@users.noreply.github.com> Date: Sat, 13 Feb 2021 00:15:15 +0100 Subject: [PATCH 16/16] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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