This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsupport-privacy.html
59 lines (59 loc) · 3.77 KB
/
support-privacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Happy+Monkey&family=Londrina+Shadow&family=Montserrat&display=swap" rel="stylesheet">
<link href="files/styles/subpage.css" rel="stylesheet">
<link href="files/styles/footer.css" rel="stylesheet">
<link rel="icon" href="files/support.png">
<meta name="og:image" itemprop="image" content="https://quacky.js.org/files/support.png">
<meta charset="UTF-8">
<meta name="description" content="Quacky is a moderation bot with lots of utility features. Quacky has custom moderation features like Voice and Text Channel Moderation to make life easier for your Moderators.">
<meta name="author" content="DuckMasterAl">
<meta name="keywords" content="discord bot, quacky, bot, quacky bot, quacky discord bot, discord, moderation bot discord, discord moderation bot, moderation bot">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy | Quacky Support</title>
</head>
<header>
<h1>Quacky Support Privacy Policy</h1>
<h2 class="centertext h3">By using Quacky Support, you agree to the following privacy policy.</h2>
</header>
<body>
<h2>What information is stored?</h2>
<p>The following information is stored:</p>
<ul>
<li>When you join the server your join message's messageid is stored as the latest member joined. This gets replaced once someone else joins the server.</li>
<li>If you are a staff member and are allowed to apply for Support Team, your userid gets stored until you apply.</li>
</ul>
<h2>Why we store the information and how we use it.</h2>
<p>The messageid is stored in case you leave so the bot can edit the join message and say "You left"</p>
<p>The userid to apply for Support Team is stored so the bot knows you're eligible to apply.</p>
<p>If you are a donator and make a custom donator role, your userid and the role's id is stored.</p>
<h2>Who gets this data?</h2>
<p>The messageid data can only be seen by admins, but really anyone can figure out that you're the latest person to join and get your userid.</p>
<p>The userid to apple for Support Team data can only be seen admins, unless you tell someone you're applying</p>
<p>The roleid and userid is used so you can change the color of the role and for the role to delete when you leave the server.</p>
<h2>Questions and Concerns.</h2>
<p>If you are concerned about the data stored create a Support Ticket via the !new command.</p>
<h2>How to Remove your data.</h2>
<p>To remove your data, open a Support Ticket via the !new command.</p>
<br/><h3><i>Note: We reserve the right to change this without notifying our users.</i></h3>
<h3>This policy was last updated August 6th, 2020.</h3>
</body>
<footer>
<div class="bottom">
<picture>
<source type="image/webp" srcset="files/copyright.webp">
<source type="image/png" srcset="files/copyright.png">
<img src="files/copyright.png" class="cemoji" alt="©️"/>
</picture> Copyright 2020-<script>document.write(new Date().getFullYear())</script> DuckMasterAl - This Website is Under the <a href="https://github.com/quacky-bot/quacky-bot.github.io/blob/master/LICENSE">GPL-3.0 License</a></div>
<div class="bottom2">
<div>
<picture>
<source type="image/webp" srcset="files/copyright.webp">
<source type="image/png" srcset="files/copyright.png">
<img src="files/copyright.png" class="cemoji" alt="©️"/>
</picture> Copyright 2020-<script>document.write(new Date().getFullYear())</script> DuckMasterAl</div>
<div>This Website is Under the <a href="https://github.com/quacky-bot/quacky-bot.github.io/blob/master/LICENSE">GPL-3.0 License</a></div>
</div>
</footer>
</html>