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 pathtos.html
54 lines (47 loc) · 2.56 KB
/
tos.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
<!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 - 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>Terms of Service</h1>
<p>Last updated: 1.1.2024 </p>
<h2>1. Introduction</h2>
<p>Welcome to Best Music Bot! These Terms of Service ("Terms") govern your use of our Discord bot ("Best Music Bot"). By using our bot, you agree to comply with and be bound by these Terms. If you do not agree with these Terms, please do not use Best Music Bot.</p>
<h2>2. Use of the Bot</h2>
<p>Best Music Bot is provided for your personal and non-commercial use. You agree not to misuse the bot or use it for any illegal or unauthorized purposes. You are responsible for ensuring that your use of the bot complies with all applicable laws and regulations.</p>
<h2>3. User Content</h2>
<p>You retain ownership of any content you submit through Best Music Bot. However, by submitting content, you grant us a non-exclusive, royalty-free, perpetual, and worldwide license to use, reproduce, and display your content in connection with the operation of the bot.</p>
<h2>4. Privacy</h2>
<p>We value your privacy. Please review our Privacy Policy [link to privacy policy] to understand how we collect, use, and disclose information about you.</p>
<h2>5. Changes to the Terms</h2>
<p>We may update these Terms from time to time. We will notify you of any changes by posting the new Terms on this page. You are advised to review these Terms periodically for any changes. Changes to these Terms are effective when they are posted on this page.</p>
<h2>6. Termination</h2>
<p>We may terminate or suspend your access to Best Music Bot at any time, without prior notice or liability, for any reason whatsoever, including without limitation if you breach the Terms. Upon termination, your right to use the bot will immediately cease.</p>
<h2>7. Contact Us</h2>
<p>If you have any questions about these Terms, please contact us at [email protected] .</p>
</div>
</body>
</html>