-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
32 lines (26 loc) · 1.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="doc.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400&display=swap" rel="stylesheet">
<title>Privacy Policy</title>
</head>
<body>
<div id="container">
<h1>Privacy Policy</h1>
<h2>Data collection</h2>
<p>YeeBot collects data that is provided from users by commands like <span>bio</span> or <span>language</span>,
and by server owners by commands like <span>settings</span>.</p>
<p>This data is only used for the bot to work properly for each server and user.</p>
<p>If <span>server snipes</span> are enabled in a server's settings, the bot will collect information about
edited and deleted messages, and store it for 30 days after the messages have been edited or deleted
for users to use the <span>snipe</span> command to see said information.</p>
<p>You can request the deletion of your or your server's data by sending a direct message to this Discord
account: <span>BrunoRM#7316</span>.</p>
</div>
</body>
</html>