From feb9fe9939b58c91abc35da068d6e339beddd453 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Fri, 30 Sep 2022 22:25:05 +0200 Subject: [PATCH] Added the privacy policy page --- .../TextPages/PrivacyPolicy/PrivacyPolicy.jsx | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/pages/TextPages/PrivacyPolicy/PrivacyPolicy.jsx diff --git a/src/pages/TextPages/PrivacyPolicy/PrivacyPolicy.jsx b/src/pages/TextPages/PrivacyPolicy/PrivacyPolicy.jsx new file mode 100644 index 0000000..eb2b1b3 --- /dev/null +++ b/src/pages/TextPages/PrivacyPolicy/PrivacyPolicy.jsx @@ -0,0 +1,31 @@ +import '../styles.sass'; + +const PrivacyPolicy = () => ( +
+

Privacy Policy

+ +

“Sheepstar Bot”

+

Sheepstar is a multifunctional "Discord Bot" to ehance the experience on your Discord server.

+ +

1. What we collect

+

Message Data - Message ID, Content, Date
+ Usage: Global Chat Function, Giveaway Function, Moderation Function, Poll Function, Custom Bot Settings

+ +

Server Data - Guild ID, Language, Channel IDs
+ Usage: Global Chat Function, Giveaway Function, Moderation Function, Poll Function, Custom Bot Settings

+ +

User Data - Client ID
+ Usage: Global Chat Function, Moderation Function

+ +

2. How we store your data

+

All the above data is securely stored in a secured database on our server. We collect this information only + from users and servers that use our bot. We collect this information only from users and servers that use + our bot. Only our team can access this data.

+ +

3. Data removal

+

If you want your data removed, you can open a ticket in our Discord Support Server (Join here) or by writing a email to support [at] sheepstar.xyz

+
+); + +export default PrivacyPolicy; \ No newline at end of file