-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.htm
More file actions
127 lines (118 loc) · 4.79 KB
/
index.htm
File metadata and controls
127 lines (118 loc) · 4.79 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" href="./data/j.png">
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./css/policy.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
<script src="https://kit.fontawesome.com/3cbeed848e.js" crossorigin="anonymous"></script>
<title>Jarvis Privacy & Policy</title>
<script>
$(document).ready(function(){
$('#icon').click(function(){
$('ul').toggleClass('show');
});
});
</script>
</head>
<body>
<!-- Header -->
<nav>
<label class="logo">Jarvis-bot</label>
<ul>
<li><a href="#">About Jarvis</a></li>
<li><a href="https://jarvis-bot.netlify.app/cmd.htm">Commands</a></li>
<li><a class="active" href="policy.htm">Policy</a></li>
</ul>
<label id="icon">
<i class="fa fa-bars" aria-hidden="true"></i>
</label>
</nav>
<!--Privacy Policy Statements-->
<div class="header">
<h2><span class="pp"></span></h2>
<h3>Resources used in Jarvis#9609<br>
A Discord Bot by DrCoderEthan#9775</h3>
</div>
<div class="statments">
By having Jarvis#9609 in your Discord Server or running it's commands, you agree to the following privacy policies: <br>
</div>
<br>
<div class="policy">
<h4>Data collected</h4>
<p>
Discord Data collected from application <br>
<br>
Greet-Commands <br>
The Server-id , channel-id , has been stored in our database,<br>
if you have enabled Greet commands on your server (welcome & leave) <br>
If you want to remove this data you can simply remove it using the .removewelcome or .removeleave respectively <br>
<br>
Moderation Purposes <br>
The user-id , and server-id has been stored in our database, for the warn command <br>
If the server has enabled logs for the bot, the channel-id and server-id is stored in our database. <br>
The server activity (Basic Server Log) will be logged in a channel <br>
We do not save any data related to the server activity <br>
<br>
RPG Purposes <br>
We have rolled out a new RPG feature, The user-id is the only data we store in our database, from you <br>
</p>
<br>
<h4>Data visibility</h4>
<p>
All the Data is saved in a safe Database, to which the developer only has access. <br>
The developer does not sell or release data to the public containing sensitive information including usernames and ids, server-id ,etc <br>
</p>
<br>
<h4>Contact</h4>
<p>
If you have any questions, comments, or concerns, contact the developer or join the support Discord server. <br>
<br>
Discord: DrCoderethan#9775 <br>
Discord Server : <a href="https://discord.gg/GpMxwAUuvg">https://discord.gg/GpMxwAUuvg</a> <br>
Github: DrCoderEthan <br>
</p>
<br>
<h4>Changes</h4>
<p>
The developer reserves the right to change this document at any time with or without notice.
</p>
<br>
<br>
<h3>Terms Of Service</h3>
<p>
These are the Terms of Service that you accept by using Jarvis#9609 (the bot). <br>
The developer and owner of Jarvis#9609 makes sure that all stored data is handled in agreement with the Privacy Policy. <br>
<br>
<ol>
<li>1. The users should not spam the bot This could end in blacklisting.</li>
<li>2. You may not use the bot if you are under the legal age to use Discord</li>
<li>3. The users should not break the Discord ToS and Guidelines using the bot.</li>
<li>4. You may not use the bot to send messages containing racism, homophobia, sexism, or slurs.</li>
</ol>
</p>
<br>
<h4>
Liability
</h4>
<p>
The developer is not liable for any infractions caused by the use of this application
</p>
</div>
<br>
<div class="foot">
<h3>© Jarvis-<span class="foot-color">bot</span> 2021</h3>
</div>
</section>
<script src="./js/typed.js"></script>
<script>
var typed = new Typed('.pp', {
strings: ["Privacy and Policy "],
typeSpeed: 65
});
</script>
</body>
</html>