-
Notifications
You must be signed in to change notification settings - Fork 0
/
bendel-bot-privacy.html
77 lines (69 loc) · 3.37 KB
/
bendel-bot-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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bendel Bot - Privacy Policy</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
background-color: #f4f4f4;
color: #333;
}
h1, h2 {
color: #2c3e50;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 1.75em;
margin-top: 20px;
}
p {
margin: 10px 0;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.updated {
font-style: italic;
color: #555;
}
</style>
</head>
<body>
<div class="container">
<h1>Bendel Bot - Privacy Policy</h1>
<p class="updated">Last Updated: Aug 22, 2024</p>
<p>Your privacy is important to us. This Privacy Policy explains what information Bendel Bot collects, how it is used, and your rights regarding that information.</p>
<h2>1. Information We Collect</h2>
<p><strong>Server and User IDs:</strong> Bendel Bot may collect and store your Discord server ID and user ID to provide its services. This information is used solely for operational purposes.</p>
<p><strong>Commands:</strong> When you issue commands to Bendel Bot, these commands are temporarily stored for processing and then deleted. We do not retain logs of commands issued.</p>
<h2>2. How We Use Your Information</h2>
<p>Your information is used to operate and improve Bendel Bot's services. This includes:</p>
<ul>
<li>Processing commands issued to the bot.</li>
<li>Improving bot functionality and user experience.</li>
<li>Ensuring compliance with legal obligations.</li>
</ul>
<h2>3. Data Sharing and Disclosure</h2>
<p>We do not share, sell, or rent your data to third parties. Your data is only used by Bendel Bot for the purposes outlined in this Privacy Policy. However, we may disclose your data if required to do so by law or in response to valid requests by public authorities.</p>
<h2>4. Data Security</h2>
<p>We take reasonable measures to protect the data collected by Bendel Bot from unauthorized access, use, or disclosure. However, no internet-based service can be completely secure, so we cannot guarantee absolute security of your data.</p>
<h2>5. Your Rights</h2>
<p>You have the right to access, correct, or delete any personal information that Bendel Bot may have collected about you. If you wish to exercise these rights, please contact us at [email protected].</p>
<h2>6. Changes to This Privacy Policy</h2>
<p>We may update this Privacy Policy from time to time. Any changes will be posted on this page, and the "Last Updated" date will be revised accordingly. It is your responsibility to review this Privacy Policy periodically.</p>
<h2>7. Contact Information</h2>
<p>If you have any questions or concerns regarding this Privacy Policy, please contact us at [email protected].</p>
</div>
</body>
</html>