-
Notifications
You must be signed in to change notification settings - Fork 0
/
privacy.html
44 lines (36 loc) · 2.35 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy</title>
</head>
<body>
<h1>Privacy Policy</h1>
<p>Last Updated: [11/25/2023]</p>
<h2>1. Introduction</h2>
<p>Thank you for using Victory bot. This Privacy Policy outlines the types of personal information we collect, how it is used, and your choices regarding this information.</p>
<h2>2. Information We Collect</h2>
<p>We may collect the following types of information:</p>
<ul>
<li><strong>Discord User ID:</strong> We collect your Discord User ID to provide personalized experiences and ensure the functionality of the bot.</li>
<li><strong>Usage Data:</strong> We collect data related to your interaction with the bot, such as commands used, game statistics, and other relevant information for bot functionality and improvement.</li>
</ul>
<h2>3. How We Use Your Information</h2>
<p>We use the collected information for the following purposes:</p>
<ul>
<li><strong>Bot Functionality:</strong> To provide you with the requested services and features of the Fortnite Discord bot.</li>
<li><strong>Improvement:</strong> To analyze usage patterns and enhance the performance, features, and user experience of the bot.</li>
<li><strong>Communication:</strong> To communicate important information about the bot, updates, and changes.</li>
</ul>
<h2>4. Data Security</h2>
<p>We take appropriate measures to safeguard your personal information from unauthorized access, disclosure, alteration, and destruction.</p>
<h2>5. Sharing of Information</h2>
<p>We do not sell, trade, or otherwise transfer your personal information to third parties. However, we may share aggregated, non-personally identifiable information for analytical purposes.</p>
<h2>6. Your Choices</h2>
<p>You can choose not to provide certain information, but this may limit your ability to use specific features of the bot.</p>
<h2>7. Changes to This Privacy Policy</h2>
<p>We may update this Privacy Policy periodically. Please review this policy regularly to stay informed about how we are protecting your information.</p>
<p>By using the Fortnite Discord bot, you agree to the terms outlined in this Privacy Policy.</p>
</body>
</html>