1
0
mirror of https://github.com/musix-org/musix-org.github.io synced 2024-09-19 09:11:09 +00:00
musixorg-website/terms.html

132 lines
6.7 KiB
HTML
Raw Normal View History

2024-01-15 17:37:02 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link href="https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="./public/faq.css" />
<title>Musix - Terms of service</title>
</head>
<body>
<header>
<link rel="stylesheet" href="./public/nav.css" />
<nav id="nav">
<div id="navLogo">
<a href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands" target="_blank"></a>
</div>
<div class="dropdown">
<button class="dropbtn">Menu</button>
<div class="dropdown-content">
<a href="./releases">Releases</a>
<a href="./">Home</a>
<a href="./terms">Terms</a>
<a href="./privacy-policy">Privacy Policy</a>
<a href="https://discord.gg/rvHuJt" target="_blank">Discord</a>
</div>
</div>
</nav>
<script src="./public/main.js"></script>
<h1>Terms of Service</h1>
</header>
<div class="wrapper">
Musix terms of service<br />For any questions please contact support on our
<a href="https://discord.gg/rvHuJt">support server</a>
</div>
<div class="faq">
<table class="table table-striped">
<tbody>
<tr>
<td>
<th scope="row"></th>
These Terms of Service govern your use of the Musix discord bot and related services (for example this website). By
using our products,
you agree
to these terms and by our <a href="./privacy-policy">Privacy Policy</a>. Our products include all of our official bots
(Musix, Musix-Beta, Musix 2 and Musix-Dev<br><br>
For any questions please contact support on our <a href="https://discord.gg/rvHuJt">discord support server</a> or
by email to
musixdiscordbot(a)gmail.com.
</td>
</tr>
<tr>
<th scope="row">1. Using the bot</th>
<td>
a. Who can use Musix<br>
You may use the Musix discord bot only if you are at least 13 years old and only in compliance with these terms and all applicable laws.<br>
b. Our license to you<br>
Subject to these Terms and our policies, we grant you a limited, non-exclusive, non-transferable, revocable license to use our products.<br>
c. Commercial use of our products<br>
Unless otherwise expressly authorized herein by us, you may not use our products for any commercial purpose.
</td>
</tr>
<tr>
<th scope="row">2. Your data</th>
<td>
a. What data do we save?<br>
We save data for the settings and nothing else.<br>
By using our products you agree for us to save the following data from your discord guild:<br>
- The ID of your guild<br>
- IDs of blacklisted channels<br>
- ID of a possible dj role setup<br>
- and the current state for permissions and startPlaying options.<br>
b. How do we use it?<br>
Your data is used by the bot internally to operate the way you want it to.<br>
c. How long do we keep it?<br>
Your data is saved for as long as the bot stays on your guild. There cam be exceptions to this however you can contact us if you wish to make sure your data has been deleted.
</td>
</tr>
<tr>
<th scope="row">3. Disclaimers</th>
<td>
a. Disclaimer of warranty<br>
We do not guarantee that our products will meet your requirements, we make no guarantees that our products will be secure, or that our products will be
free of errors.<br>
b. Limitation of liability<br>
We will not be liable for any damages, including without limitation, indirect or consequential damages or any damages resulting from loss of use, data, or profits,
whether in an action of contract, negligence or other tortuous action, arising out of or in connection with the use of our products, or any other website,
software, or content.<br>
c. Indemnification<br>
You agree to indemnify, defend and hold harmless us and our affiliates, and each of our and our affiliates' directors, officers, employees, agents, licensors, suppliers,
and affiliates from and against any and all claims, damages, obligations, losses, liabilities, costs or debt, and expenses (including but not limited to attorney's fees)
related to your use of our products, including any errors or omissions in any content, or any loss or damage of any kind incurred as a result of the use of our products.
</td>
</tr>
</tbody>
</table>
Effective as of April 1, 2022 and updated on 29th of March 2022
</div>
<link rel="stylesheet" href="./public/footer.css">
<footer>
<div class="footerItem">
<div class="footerDiscordLogo">
<a href="https:/https://discord.gg/rvHuJt.gg/rvHuJtB" target="_blank"></a>
</div>
</div>
<div class="footerItem">
<br /><br />Matte<br>Project Lead<br />Discord: mvzg
<div class="footerGithubLogo">
<a href="https://github.com/MatteZ02" target="_blank"></a>
</div>
</div>
<div class="footerItem">
<br /><br />Cwchristerw<br />Developer<br>Discord: cwchristerw
<div class="footerGithubLogo">
<a href="https://github.com/cwchristerw" target="_blank"></a>
</div>
</div>
<div class="footerItem">
<button id="footerInvite">
<a href="https://discord.com/api/oauth2/authorize?client_id=607266889537945605&permissions=3427328&scope=bot%20applications.commands" target="_blank">Add to Discord</a>
</button>
</div>
</footer>
<div class="underFooter">
© Musix 2024 - Designed and developed by Matte
</div>
</body>
<script src="./main.js"></script>
</html>