-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (50 loc) · 2.11 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - Discord Bots</title>
</head>
<body>
<header>
<h1>Privacy Policy - Discord Bots</h1>
</header>
<section>
<h2>1. What data do we collect?</h2>
<p>Our bots may collect the following information:</p>
<ul>
<li>Message content sent in the form of commands to the bot.</li>
<li>User statuses on the server to adjust the bot's functions.</li>
<li>Information about users in voice channels to manage music playback properly.</li>
</ul>
</section>
<section>
<h2>2. How do we use the collected data?</h2>
<p>The collected data is used solely to ensure the bot functions correctly and to provide features related to music playback. This includes:</p>
<ul>
<li>Executing music commands such as playing, pausing, or skipping tracks.</li>
<li>Managing the presence of users in voice channels to automatically start and stop music playback.</li>
</ul>
</section>
<section>
<h2>3. Do we store data outside of Discord?</h2>
<p>No, Our bots does not store any data outside of Discord. All processed information is temporary and is used only to handle real-time commands.</p>
</section>
<section>
<h2>4. Do we share your data with others?</h2>
<p>No, Our bots does not share any data with third parties or external services.</p>
</section>
<section>
<h2>6. Changes to the Privacy Policy</h2>
<p>We reserve the right to make changes to this Privacy Policy. Any changes will be announced in advance through the appropriate communication channels.</p>
</section>
<section>
<h2>7. Contact</h2>
<p>If you have any questions about the Privacy Policy, please contact the bot creator in DM.</p>
</section>
<footer>
<p>© 2025 MrTechnic. All rights reserved.</p>
</footer>
</body>
</html>