-
Notifications
You must be signed in to change notification settings - Fork 0
/
bendel-bot-tos.html
78 lines (69 loc) · 3.93 KB
/
bendel-bot-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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bendel Bot - Terms of Service</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
background-color: #f4f4f4;
color: #333;
}
h1, h2 {
color: #2c3e50;
}
h1 {
font-size: 2.5em;
}
h2 {
font-size: 1.75em;
margin-top: 20px;
}
p {
margin: 10px 0;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.updated {
font-style: italic;
color: #555;
}
</style>
</head>
<body>
<div class="container">
<h1>Bendel Bot - Terms of Service</h1>
<p class="updated">Last Updated: [Aug 22, 2024]</p>
<p>Welcome to Bendel Bot! By using Bendel Bot, you agree to comply with and be bound by the following Terms of Service. If you do not agree with any of these terms, please do not use Bendel Bot.</p>
<h2>1. Acceptance of Terms</h2>
<p>By adding and using Bendel Bot in your Discord server, you agree to these Terms of Service. Bendel Bot is provided "as is" without warranties of any kind.</p>
<h2>2. User Responsibilities</h2>
<p><strong>Compliance with Discord’s Terms of Service:</strong> You must comply with all applicable laws and Discord’s Terms of Service when using Bendel Bot.</p>
<p><strong>Content Restrictions:</strong> You are responsible for the content played by Bendel Bot. The bot streams music from YouTube, and you must ensure that any content played adheres to copyright laws.</p>
<p><strong>Respectful Use:</strong> Do not use Bendel Bot to disrupt or harm other users or servers. Any abuse of the bot may result in its removal from your server.</p>
<h2>3. Privacy Policy</h2>
<p><strong>Data Collection:</strong> Bendel Bot may collect certain data such as server and user IDs to provide its services. This data is used solely for operational purposes and is not shared with third parties.</p>
<p><strong>User Commands:</strong> Commands issued to Bendel Bot are stored temporarily for processing and then deleted.</p>
<p><strong>Music Playback:</strong> Bendel Bot streams music from YouTube based on user input and does not store or retain any of the music or content played.</p>
<h2>4. Limitation of Liability</h2>
<p>Bendel Bot is provided "as is" and "as available" without any warranties or guarantees. We are not responsible for any damages or losses resulting from the use or inability to use Bendel Bot. This includes, but is not limited to, loss of data, disruption of service, or unauthorized access to your server.</p>
<h2>5. Termination</h2>
<p>We reserve the right to terminate or restrict access to Bendel Bot at any time, with or without notice, for any reason, including but not limited to a violation of these Terms of Service.</p>
<h2>6. Amendments</h2>
<p>We may update or amend these Terms of Service at any time. Any changes will be effective immediately upon posting the updated Terms of Service. It is your responsibility to review these terms regularly.</p>
<h2>7. Governing Law</h2>
<p>These Terms of Service are governed by and construed in accordance with the laws of the State of Illinois. Any disputes arising from or relating to these terms shall be resolved in the courts of Illinois.</p>
<h2>8. Contact Information</h2>
<p>If you have any questions or concerns regarding these Terms of Service, please contact us at [email protected]</p>
</div>
</body>
</html>