-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathterms.html
More file actions
62 lines (55 loc) · 2.15 KB
/
Copy pathterms.html
File metadata and controls
62 lines (55 loc) · 2.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
padding: 20px;
}
h1, h2 {
color: #333;
}
p {
margin: 10px 0;
}
ul {
margin: 10px 0;
}
a {
color: #0066cc;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
</style>
</head>
<body>
<h1>Terms of Service</h1>
<p>Last Updated: 18-11-2024</p>
<h2>1. Acceptance of Terms</h2>
<p>By using Welcomer Bot (the "Bot"), you agree to these Terms of Service. If you do not agree, you must not use the Bot.</p>
<h2>2. Use of the Bot</h2>
<p>You may use the Bot to enhance your Discord server, subject to the following conditions:</p>
<ul>
<li>You will not use the Bot for any unlawful or harmful purposes.</li>
<li>You will comply with Discord's Terms of Service.</li>
<li>You understand that the Bot is provided "as is" without any warranty.</li>
</ul>
<h2>3. Data Collection and Privacy</h2>
<p>Welcomer Bot collects minimal data necessary for its functionality. Please refer to our <a href="privacy.html">Privacy Policy</a> for detailed information.</p>
<h2>4. Disclaimer of Warranty</h2>
<p>The Bot is provided on an "as is" basis. We make no guarantees about its uptime, performance, or accuracy.</p>
<h2>5. Limitation of Liability</h2>
<p>We shall not be held liable for any damages arising from your use or inability to use the Bot.</p>
<h2>6. Changes to Terms</h2>
<p>We reserve the right to update these Terms of Service at any time. Continued use of the Bot constitutes your acceptance of the revised terms.</p>
<h2>7. Contact</h2>
<p>If you have any questions about these terms, please contact us at <a href="mailto:drmizayt@gmail.com">Support Mail</a>.</p>
</body>
</html>