-
Notifications
You must be signed in to change notification settings - Fork 1
/
privacy.html
119 lines (114 loc) · 6.01 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
<html>
<head>
<link rel="icon" href="https://avatars.githubusercontent.com/u/95647824?s=280&v=4" type="image/png" sizes="20x20">
<meta charset="UTF-8">
<meta property="og:image"
content="https://user-images.githubusercontent.com/70943732/213678287-d3c9a9c9-4fa5-44e6-99d7-0976d91cdad6.png">
<meta name="description" content="Elpha! The Open-Source discord bot!">
<meta name="keywords" content="HTML,CSS,JavaScript">
<meta name="author" content="Pranshu Patel">
<meta name="viewport" content="width=device-width, initial-scale=0.75">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://elphabot.github.io/">
<meta property="og:title" content="Elpha">
<meta property="og:description" content="Elpha! The Open-Source discord bot!">
<meta property="og:image"
content="https://user-images.githubusercontent.com/70943732/213678287-d3c9a9c9-4fa5-44e6-99d7-0976d91cdad6.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://elphabot.github.io/">
<meta property="twitter:title" content="Elpha">
<meta property="twitter:description" content="Elpha! The Open-Source Discord Bot!">
<meta property="twitter:image"
content="https://user-images.githubusercontent.com/70943732/213678287-d3c9a9c9-4fa5-44e6-99d7-0976d91cdad6.png">
<script src="https://kit.fontawesome.com/261c6ec26e.js" crossorigin="anonymous"></script>
<title>Elphabot</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<header class="head">
<a href="index.html"><img class="head-image" src="https://avatars.githubusercontent.com/u/95647824"
alt="Logo ElphaBoty"></a>
<nav class="head-menu">
<a class="head-menu-item" href="vote.html">Vote</a>
<a class="head-menu-item" href="team.html">Developers</a>
<a class="head-menu-item" href="https://github.com/pranshu05/elpha">Source Code</a>
<a class="head-menu-item" href="commands.html" id="replaceButton">Commands</a>
</nav>
</header>
<section class="content-primary"></section>
<style>
.content {
padding-left: 200px;
padding-right: 200px;
}
</style>
<section class="content-scndry">
<main class="Content">
<div id="content">
<h1 id="privacy-policy">Privacy-Policy</h1>
<h2 class="content-scndry-title" id="usage-of-data">Usage of Data</h2>
<p class="content-scndry-para">The bot may use stored data, as defined below, for different features including
but not limited to: Welcoming
joining users (when enabled) and command handling.
No usage of data outside of the aformentioned cases will happen and the data is not shared with any 3rd-party
site or service.</p>
<h2 class="content-scndry-title" id="stored-information">Stored Information</h2>
<p class="content-scndry-para">The bot may store the following information automatically when being invited to a
new Discord Server:</p>
<p class="content-scndry-para">-> <code>guild_id</code> with the Server's ID as value.<br>
-> <code>user_id</code> with user's ID as value.<br>
-> <code>channel_id</code> with various channel's ID per guild as a value.<br>
-> <code>role</code> with role's name as a value.<br>
No other information outside of the above mentioned one will be stored.</p>
<h2 class="content-scndry-title" id="updating-data">Updating Data</h2>
<p class="content-scndry-para">The data may be updated when using specific commands.
Updating data will require the input of an end user, and data that can be seen as sensitive, such as content
of a message, may need to be stored when using certain commands.</p>
<p class="content-scndry-para">No other actions may update the stored information at any given time.</p>
<h1 class="content-scndry-title" id="removal-of-data">Removal of Data</h1>
<h2 class="content-scndry-title" id="automatic-removal">Automatic removal</h2>
<p class="content-scndry-para">Stored Data can be removed automatically through means of removing the bot from
a
Server. This can be
achieved by either kicking or banning the bot from the server. Re-inviting the bot will add the same default
values, as mentioned above, back to the bot's database.</p>
<h2 class="content-scndry-title" id="manual-removal">Manual removal</h2>
<p class="content-scndry-para">Manual removal of the data can be requested through email at
elphabot.org@gmail.com
For security reasons will we ask you to provide us with proof of ownership of the server, that you wish the
data to be removed of. Only a server owner may request manual removal of data and requesting it will result
in
the bot being removed from the server, if still present on it.</p>
</div>
</main>
</section>
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3 class="content-scndry-para" >Links</h3>
<ul>
<li><a href="privacy.html">Privacy Policy</a></li>
<li><a href="TOS.html">Terms Of Service</a></li>
</ul>
</div>
<div class="footer-section">
<h3 class="content-scndry-para" >Host</h3>
<ul>
<li><a href="https://github.com/Elphabot">GitHub Organisation</a></li>
<li><a href="https://github.com/Elphabot/Elpha">Source Code</a></li>
<li><a href="https://replit.com/github/Elphabot/Elpha">Repl Fork</a></li>
</ul>
</div>
<div class="footer-section">
<h3 class="content-scndry-para" >Contact</h3>
<ul>
<li><a href="mailto:elphabot.org@gmail.com">elphabot.org@gmail.com</a></li>
<li><a href="https://discord.gg/uJCX5yfuTf">Support Server</a></li>
<li><a href="https://github.com/Elphabot/Elpha/issues">Report Issues</a></li>
</ul>
</div>
</footer>
</body>
</html>