From b13a42cca7f9bd9cab6ba7eb2ec6f1e09978992f Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Wed, 21 Dec 2022 07:24:42 +0100 Subject: [PATCH 1/5] Create TOS.md --- TOS.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 TOS.md diff --git a/TOS.md b/TOS.md new file mode 100644 index 0000000..839aeaf --- /dev/null +++ b/TOS.md @@ -0,0 +1 @@ +Comming soon -- 2.47.2 From 3685c86773b6f1c45487c86bca6e0a7a72591124 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Wed, 21 Dec 2022 07:25:44 +0100 Subject: [PATCH 2/5] Create PRIVACY.md --- PRIVACY.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 PRIVACY.md diff --git a/PRIVACY.md b/PRIVACY.md new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/PRIVACY.md @@ -0,0 +1 @@ + -- 2.47.2 From 8f880406d69a25d9ee927442c623c4c1824859f0 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Wed, 21 Dec 2022 21:50:06 +0100 Subject: [PATCH 3/5] Create CHANGELOG.md --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b5fc7f0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ +# Changelog +There may be issues/added features that aren't listed here. Some fixed issues/added features don't have anything linked to them. + +## v1.9.4 (Upcoming) +- Bugfixes +- Removed replit port, due to it being outdated ([#19](https://github.com/ElBe-Development/discord.py-bot-template/issues/19)) +- Added `/clear` command ([#20](https://github.com/ElBe-Development/discord.py-bot-template/issues/20)) +More in progress + +## v1.9.3 +- Bugfixes +- Added welcome/goodbye feature manager ([#11](https://github.com/ElBe-Development/discord.py-bot-template/issues/11)) +- Added role customisation + +## v1.9.2 +- Bugfixes +- Rewrote replit port ([#1](https://github.com/ElBe-Development/discord.py-bot-template/issues/1), [#8](https://github.com/ElBe-Development/discord.py-bot-template/issues/8)) +- Added error handler ([#10](https://github.com/ElBe-Development/discord.py-bot-template/issues/10)) + +## v1.9.1 +- Added feature manager ([#4](https://github.com/ElBe-Development/discord.py-bot-template/issues/4)) +- Added stop command to command creator -- 2.47.2 From eb5ad8e58e9a3ddb318c74ce209eb54881ffbd5b Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 22 Dec 2022 11:11:58 +0100 Subject: [PATCH 4/5] Update and rename TOS.md to TERMS_OF_SERVICE.md --- TERMS_OF_SERVICE.md | 19 +++++++++++++++++++ TOS.md | 1 - 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 TERMS_OF_SERVICE.md delete mode 100644 TOS.md diff --git a/TERMS_OF_SERVICE.md b/TERMS_OF_SERVICE.md new file mode 100644 index 0000000..c4e02af --- /dev/null +++ b/TERMS_OF_SERVICE.md @@ -0,0 +1,19 @@ +# Introduction + +These Terms of Service ("Terms", "ToS", "Policy") are a legal agreement between ElBe-Development ("we", "us", "team") and you, the user. By using any of our Services ("Service", "Product"), like adding our Discord Bot or using our template, you agree that you have read, understood, and accepted to be bound by these Terms. If you under the age of majority in your jurisdiction, you need to have your legal guardian review and agree to these Terms in order to use our Service. + +We reserve the right to update these Terms at any point in time, to add, modify or remove legal requirements. If the aforementioned changes affect your usage of ElBe-Development Products, we will notify you at least seven days prior to those changes taking effect. Unless stated otherwise, continuing to use the Service after modifications to the Terms will display your agreement and acceptance to those changes. + +# Discord Bot Template + +You may not impersonate ElBe-Development, Bots by ElBe-Development or people associated with ElBe-Development. All assets and names are intellectual property of ElBe-Development and underlie Copyright. + +ElBe-Development cannot be held responsible to any harm done to your Discord Server. Use the bot at your own risk and make sure to give minimal permissions in order to reduce potential risks. + +# Disclaimer of Warranty + +THE SERVICES AND THE MATERIALS ARE PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT. YOUR USE OF THE SERVICES IS AT YOUR SOLE RISK. IN ADDITION, WHILE THE TEAM ATTEMPTS TO PROVIDE A GOOD USER EXPERIENCE, WE CANNOT AND DO NOT REPRESENT OR WARRANT THAT THE SERVICES WILL ALWAYS BE SECURE OR ERROR-FREE OR THAT THE SERVICES WILL ALWAYS FUNCTION WITHOUT DELAYS, DISRUPTIONS, OR IMPERFECTIONS. THE FOREGOING DISCLAIMERS SHALL APPLY TO THE EXTENT PERMITTED BY APPLICABLE LAW. + +# Limitation of Liability + +TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT WILL THE TEAM BE LIABLE TO YOU OR TO ANY THIRD PERSON FOR ANY CONSEQUENTIAL, INCIDENTAL, SPECIAL OR OTHER INDIRECT DAMAGES, INCLUDING ANY LOST PROFITS OR LOST DATA, ARISING FROM YOUR USE OF THE SERVICE OR OTHER MATERIALS ON, ACCESSED THROUGH OR DOWNLOADED FROM THE SERVICE, WHETHER BASED ON WARRANTY, CONTRACT, OR ANY OTHER LEGAL THEORY, AND WHETHER OR NOT THE TEAM HAS BEEN ADVISED OF THE POSSIBILITY OF THESE DAMAGES. THE LIMITATIONS AND DISCLAIMERS IN THESE TERMS DO NOT PURPORT TO LIMIT LIABILITY OR ALTER RIGHTS THAT CANNOT BE EXCLUDED UNDER APPLICABLE LAW. diff --git a/TOS.md b/TOS.md deleted file mode 100644 index 839aeaf..0000000 --- a/TOS.md +++ /dev/null @@ -1 +0,0 @@ -Comming soon -- 2.47.2 From 86f0986d1ea96a3af68e67e772078aea9f4890f7 Mon Sep 17 00:00:00 2001 From: ElBe <90863907+ElBe-Plaq@users.noreply.github.com> Date: Thu, 22 Dec 2022 11:14:59 +0100 Subject: [PATCH 5/5] Update PRIVACY.md --- PRIVACY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PRIVACY.md b/PRIVACY.md index 8b13789..cdb7c48 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -1 +1,2 @@ - +# Introduction +This product does not collect any user data. -- 2.47.2