This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprivacy.html
73 lines (65 loc) · 3.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Best Music Bot</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1, h2, h3 {
color: #333;
}
p {
margin: 1em 0;
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p>Last updated: 1.1.2024</p>
<h2>1. Introduction</h2>
<p>Welcome to Best Music Bot! This Privacy Policy explains how we collect, use, and protect your information when you use our Discord bot ("Best Music Bot"). By using our bot, you agree to the collection and use of information in accordance with this policy.</p>
<h2>2. Information We Collect</h2>
<p>We may collect the following types of information:</p>
<ul>
<li><strong>User Data:</strong> Information provided by Discord such as your username, user ID, and any other data you choose to share.</li>
<li><strong>Usage Data:</strong> Information about how you use the bot, including commands used, frequency, and other interaction data.</li>
</ul>
<h2>3. How We Use Your Information</h2>
<p>We use the collected information for the following purposes:</p>
<ul>
<li>To provide and maintain the functionality of the bot.</li>
<li>To improve and personalize the user experience.</li>
<li>To monitor and analyze usage and trends.</li>
<li>To detect, prevent, and address technical issues.</li>
</ul>
<h2>4. Data Sharing and Disclosure</h2>
<p>We do not share your personal information with third parties except in the following cases:</p>
<ul>
<li>With your consent.</li>
<li>To comply with legal obligations.</li>
<li>To protect and defend our rights and property.</li>
<li>To prevent or investigate possible wrongdoing in connection with the bot.</li>
</ul>
<h2>5. Data Security</h2>
<p>We take reasonable measures to protect your information from unauthorized access, use, or disclosure. However, please remember that no method of transmission over the Internet or method of electronic storage is 100% secure.</p>
<h2>6. Children's Privacy</h2>
<p>Our bot is not intended for use by individuals under the age of 13. We do not knowingly collect personal information from children under 13. If we become aware that we have collected personal information from a child under 13 without verification of parental consent, we will take steps to remove that information from our servers.</p>
<h2>7. Changes to This Privacy Policy</h2>
<p>We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page. You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.</p>
<h2>8. Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at [your contact email address].</p>
</div>
</body>
</html>