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 pathprivacy.html
68 lines (68 loc) · 5.03 KB
/
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
60
61
62
63
64
65
66
67
68
<!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/avatar.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 Bot</title>
</head>
<header>
<h1>Privacy Policy</h1>
<h2 class="centertext h3">By using Quacky, you agree to the following privacy policy.</h2>
</header>
<body>
<h2>What information is stored?</h2>
<p>Quacky stores your userid if you've found a bug and/or your donator rank (if applicable).</p>
<p>Quacky also stores your userid if you were in our <a href="support.html">support server</a> on 7/15/2020</p>
<p>If at any time you become blacklisted from our bot, blacklist information will be stored.</p>
<p>When you get blacklisted your userid, the admins userid, the date, and reason are stored.</p>
<p>When you get donate your userid, the rank you have are stored. Your profile bio, color, and banner are also stored if you set one.</p>
<p>When a Quacky suggestion or error you've made get's approved, your userid is stored.</p>
<p>If you get muted, the guild, moderator, and your userid get stored.</p>
<p>If your guild sets a modlog, mutedrole or prefix, the guild id, channel-id, prefix, and/or roleid gets stored.</p>
<h2>Why we store the information and how we use it.</h2>
<p>This information is stored in order to provide you with badges and to notify the bot if you're allowed to run certain commands or not.</p>
<p>The muted data is stored in order to keep you muted temporaraly and to re-apply your mute if you leave and re-join the server.</p>
<p>The prefix and modlog information is used for the bot to know where to send modlog messages and what prefix to respond to.</p>
<p>The mute role information is used in order to apply a custom muted role when someone gets muted.</p>
<p>The profile data is stored in order for us to put custom information on your profile.</p>
<h2>Who gets this data?</h2>
<p>Donator, suggestion, and error data can seen by anyone with the -badges command.</p>
<p>People can only see if you're blacklisted when commands don't work. The detailed information can only be seen by Quacky Admins.</p>
<p>Muted, Mutedrole, Prefix, and Modlog data can only be accessed by Quacky Admins.</p>
<h2>3rd Party Data Sharing</h2>
<p>Quacky Shares data with <a href="https://statcord.com">Statcord</a> to analyze usage of the bot.</p>
<p>Statcord collects personally identifiable information such as userids as well as usage data. You may view their privacy policy <a href="https://dlabs.cc/privacy">here.</a></p>
<h2>Questions and Concerns.</h2>
<p>If you are concerned about the data stored <a href="support.html">Join the Quacky Support Server</a> or <a href="mailto:quacky-bot@mail.com">email us.</a></p>
<h2>How to Remove your data.</h2>
<p>If you would like to remove your data, you can <a href="mailto:quacky-bot@mail.com">email us</a> with the information below:</p>
<p>The information you want removed, your userid, and your guildid (if needed).</p>
<p>Clearing this data does not clear blacklist data or muted data, but will remove your Quacky Badges and guild data (if requested).</p>
<br/><h3><i>Note: We reserve the right to change this without notifying our users.</i></h3>
<h3>This policy was last updated October 31st, 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>