added tos and privacy policy as html for easier access
This commit is contained in:
@@ -1,48 +0,0 @@
|
||||
# acecore - privacy policy
|
||||
Thank you for considering acecore for your Discord server! We are committed to protecting your privacy and the personal information that you share with us. This Privacy Policy outlines the information that we collect, how we use it, and the choices that you have regarding your personal information. For full transparency you can also look at [the source code of acecore](https://github.com/vaporvee/acecore).
|
||||
|
||||
## Information We Collect:
|
||||
|
||||
When you use acecore, we may collect the following types of information:
|
||||
|
||||
- Discord user ID: We collect your Discord user ID in order to identify you and your account within our service.
|
||||
- Server ID: We collect the ID of the Discord server that you have added acecore to in order to provide you with the appropriate features and services.
|
||||
- Command usage: We store data about some commands that you use within acecore in order to make the commands usable and functioning.
|
||||
- Server Data: We collect data of servers like their roles and channels, in order to make acecore function well with features like sticky messages or autojoinroles.
|
||||
- Profile information: We collect information from your Discord profile, such as your username and roles from specific servers, in order to personalize your experience within acecore.
|
||||
|
||||
## Use of Collected Information:
|
||||
|
||||
The information that we collect is used to provide and improve our service. We may use your information for the following purposes:
|
||||
|
||||
- To personalize your experience within acecore
|
||||
- To respond to your questions or requests for support
|
||||
- To improve and optimize the performance of acecore
|
||||
- To detect and prevent fraud or abuse of our service
|
||||
|
||||
## Sharing of Collected Information:
|
||||
|
||||
We do not share your personal information with third parties except as described in this Privacy Policy. We may share your information in the following circumstances:
|
||||
|
||||
- With our service providers: We may share your information with third party service providers who assist us in operating our service, such as acecore's hosting providers, APIs and also with Discord itself when needed.
|
||||
- As required by law: We may disclose your information if we are required to do so by law, such as in response to a subpoena or court order.
|
||||
|
||||
## Your Choices:
|
||||
|
||||
You have the following choices regarding the information that we collect and how it is used:
|
||||
|
||||
- You can delete your personal information: You can delete your personal information by contacting us at the email address listed below.
|
||||
- You can control the privacy of your Discord account: You can control the privacy of your Discord account by adjusting your Discord privacy settings.
|
||||
- You can choose to stop using acecore: You can choose to stop using acecore at any time by removing it from your Discord server. Please do note that if you still share any server with acecore, limited public data provided by Discord might still be collected when other people use the bot.
|
||||
|
||||
## Data Retention:
|
||||
|
||||
We will retain your information for as long as our service is active. We will also retain and use your information as necessary to comply with our legal obligations, resolve disputes, and enforce our agreements.
|
||||
|
||||
## Changes to this Privacy Policy:
|
||||
|
||||
We may update this Privacy Policy from time to time to reflect changes to our practices or for other operational, legal, or regulatory reasons. We encourage you to review this Privacy Policy periodically for the latest information on our privacy practices.
|
||||
|
||||
## Contact Us:
|
||||
|
||||
If you have any questions or concerns about this Privacy Policy, please contact <img align="bottom" height="20px" src="https://github.com/vaporvee/acecore/assets/80621863/c8100f11-38d7-43d4-908e-1ad04e352b81">
|
14
tos.md
14
tos.md
@@ -1,14 +0,0 @@
|
||||
# acecore - terms of service
|
||||
|
||||
By using acecore, you agree to be bound by these terms of service. If you do not agree to these terms, you may not use acecore.
|
||||
|
||||
1. Use of acecore is subject to all applicable laws and regulations.
|
||||
2. acecore is provided "as is" and without warranties of any kind, either express or implied.
|
||||
3. You are responsible for your use of acecore and any consequences that may result from your use.
|
||||
4. acecore may be updated or modified at any time without notice.
|
||||
5. We reserve the right to terminate your access to acecore at any time, for any reason, and without notice.
|
||||
6. You are responsible for maintaining the confidentiality of your account and password, and you agree to accept responsibility for all activities that occur under your account.
|
||||
7. These terms of service may be updated
|
||||
|
||||
This can be be modified at any time without notice. It is your responsibility to
|
||||
stay informed of any changes to these terms.
|
138
web/privacy/index.html
Normal file
138
web/privacy/index.html
Normal file
@@ -0,0 +1,138 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>acecore - privacy policy</title>
|
||||
</head>
|
||||
<style>
|
||||
body{
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #0D1117;
|
||||
color: white;
|
||||
margin: 20px;
|
||||
}
|
||||
a{
|
||||
color: #3838c0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<h1 id="acecore---privacy-policy">acecore - privacy policy</h1>
|
||||
<p>
|
||||
Thank you for considering acecore for your Discord server! We are
|
||||
committed to protecting your privacy and the personal information that you
|
||||
share with us. This Privacy Policy outlines the information that we
|
||||
collect, how we use it, and the choices that you have regarding your
|
||||
personal information. For full transparency you can also look at
|
||||
<a href="https://github.com/vaporvee/acecore"
|
||||
>the source code of acecore</a
|
||||
>.
|
||||
</p>
|
||||
<h2 id="information-we-collect">Information We Collect:</h2>
|
||||
<p>
|
||||
When you use acecore, we may collect the following types of information:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
Discord user ID: We collect your Discord user ID in order to identify
|
||||
you and your account within our service.
|
||||
</li>
|
||||
<li>
|
||||
Server ID: We collect the ID of the Discord server that you have added
|
||||
acecore to in order to provide you with the appropriate features and
|
||||
services.
|
||||
</li>
|
||||
<li>
|
||||
Command usage: We store data about some commands that you use within
|
||||
acecore in order to make the commands usable and functioning.
|
||||
</li>
|
||||
<li>
|
||||
Server Data: We collect data of servers like their roles and channels,
|
||||
in order to make acecore function well with features like sticky
|
||||
messages or autojoinroles.
|
||||
</li>
|
||||
<li>
|
||||
Profile information: We collect information from your Discord profile,
|
||||
such as your username and roles from specific servers, in order to
|
||||
personalize your experience within acecore.
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="use-of-collected-information">Use of Collected Information:</h2>
|
||||
<p>
|
||||
The information that we collect is used to provide and improve our
|
||||
service. We may use your information for the following purposes:
|
||||
</p>
|
||||
<ul>
|
||||
<li>To personalize your experience within acecore</li>
|
||||
<li>To respond to your questions or requests for support</li>
|
||||
<li>To improve and optimize the performance of acecore</li>
|
||||
<li>To detect and prevent fraud or abuse of our service</li>
|
||||
</ul>
|
||||
<h2 id="sharing-of-collected-information">
|
||||
Sharing of Collected Information:
|
||||
</h2>
|
||||
<p>
|
||||
We do not share your personal information with third parties except as
|
||||
described in this Privacy Policy. We may share your information in the
|
||||
following circumstances:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
With our service providers: We may share your information with third
|
||||
party service providers who assist us in operating our service, such as
|
||||
acecore's hosting providers, APIs and also with Discord itself when
|
||||
needed.
|
||||
</li>
|
||||
<li>
|
||||
As required by law: We may disclose your information if we are required
|
||||
to do so by law, such as in response to a subpoena or court order.
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="your-choices">Your Choices:</h2>
|
||||
<p>
|
||||
You have the following choices regarding the information that we collect
|
||||
and how it is used:
|
||||
</p>
|
||||
<ul>
|
||||
<li>
|
||||
You can delete your personal information: You can delete your personal
|
||||
information by contacting us at the email address listed below.
|
||||
</li>
|
||||
<li>
|
||||
You can control the privacy of your Discord account: You can control the
|
||||
privacy of your Discord account by adjusting your Discord privacy
|
||||
settings.
|
||||
</li>
|
||||
<li>
|
||||
You can choose to stop using acecore: You can choose to stop using
|
||||
acecore at any time by removing it from your Discord server. Please do
|
||||
note that if you still share any server with acecore, limited public
|
||||
data provided by Discord might still be collected when other people use
|
||||
the bot.
|
||||
</li>
|
||||
</ul>
|
||||
<h2 id="data-retention">Data Retention:</h2>
|
||||
<p>
|
||||
We will retain your information for as long as our service is active. We
|
||||
will also retain and use your information as necessary to comply with our
|
||||
legal obligations, resolve disputes, and enforce our agreements.
|
||||
</p>
|
||||
<h2 id="changes-to-this-privacy-policy">Changes to this Privacy Policy:</h2>
|
||||
<p>
|
||||
We may update this Privacy Policy from time to time to reflect changes to
|
||||
our practices or for other operational, legal, or regulatory reasons. We
|
||||
encourage you to review this Privacy Policy periodically for the latest
|
||||
information on our privacy practices.
|
||||
</p>
|
||||
<h2 id="contact-us">Contact Us:</h2>
|
||||
<p>
|
||||
If you have any questions or concerns about this Privacy Policy, please
|
||||
contact
|
||||
<img
|
||||
style="margin-bottom: -5px;"
|
||||
height="20px"
|
||||
src="https://github.com/vaporvee/acecore/assets/80621863/c8100f11-38d7-43d4-908e-1ad04e352b81"
|
||||
/>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
52
web/tos/index.html
Normal file
52
web/tos/index.html
Normal file
@@ -0,0 +1,52 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>acecore - terms of service</title>
|
||||
</head>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
background-color: #0d1117;
|
||||
color: white;
|
||||
margin: 20px;
|
||||
}
|
||||
a {
|
||||
color: #3838c0;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
<h1 id="acecore---terms-of-service">acecore - terms of service</h1>
|
||||
<p>
|
||||
By using acecore, you agree to be bound by these terms of service. If you
|
||||
do not agree to these terms, you may not use acecore.
|
||||
</p>
|
||||
<ol>
|
||||
<li>Use of acecore is subject to all applicable laws and regulations.</li>
|
||||
<li>
|
||||
acecore is provided "as is" and without warranties of any
|
||||
kind, either express or implied.
|
||||
</li>
|
||||
<li>
|
||||
You are responsible for your use of acecore and any consequences that
|
||||
may result from your use.
|
||||
</li>
|
||||
<li>acecore may be updated or modified at any time without notice.</li>
|
||||
<li>
|
||||
We reserve the right to terminate your access to acecore at any time,
|
||||
for any reason, and without notice.
|
||||
</li>
|
||||
<li>
|
||||
You are responsible for maintaining the confidentiality of your account
|
||||
and password, and you agree to accept responsibility for all activities
|
||||
that occur under your account.
|
||||
</li>
|
||||
<li>These terms of service may be updated</li>
|
||||
</ol>
|
||||
<p>
|
||||
This can be be modified at any time without notice. It is your
|
||||
responsibility to stay informed of any changes to these terms.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user