-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
holybaechu
committed
Feb 23, 2024
1 parent
f8fa8f7
commit 8ded97a
Showing
2 changed files
with
107 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,99 @@ | ||
<script> | ||
import Link from "$components/Link.svelte"; | ||
</script> | ||
<div class="p-40 space-y-6"> | ||
<div class="text-center text-4xl font-black"> | ||
Terms of Service | ||
</div> | ||
|
||
<div class="flex flex-col space-y-5"> | ||
<div> | ||
Welcome to our Discord bot, designed to provide notifications when someone boosts a server. Before you proceed to use this bot, we kindly request that you carefully read and understand the following Terms of Service ("Terms"). By using our bot, you agree to comply with these Terms and any additional guidelines or rules provided by us. | ||
</div> | ||
|
||
<div class="space-y-2"> | ||
<div class="text-2xl font-bold">1. Acceptance of Terms</div> | ||
<div class="space-y-2"> | ||
<div> | ||
By using the Discord bot, you acknowledge that you have read, understood, and agreed to be bound by these Terms. If you do not agree with any provision of these Terms, please refrain from using the bot. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="space-y-2"> | ||
<div class="text-2xl font-bold">2. Purpose and Usage</div> | ||
<div class="space-y-2"> | ||
<div> | ||
The purpose of our bot is to provide notifications in a designated channel when someone boosts a server on Discord. You may use the bot solely for this purpose, and you agree not to use it for any unlawful, malicious, or unauthorized activities. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="space-y-2"> | ||
<div class="text-2xl font-bold">3. Privacy and Data</div> | ||
<div class="space-y-2"> | ||
<div> | ||
<strong>a. </strong>User Data: Our bot will only collect and process the necessary data to provide the server boost notifications. This data may include the server id, server name and the server specific settings. To count the top.gg votes we also store the user id, global name and the amount of votes on record. | ||
We do not collect or store any additional personal information. By using the bot, you consent to the collection and processing of this data. | ||
</div> | ||
<div> | ||
<strong>b. </strong>Data Storage: We will store the necessary data for the duration required to provide the service. We will take reasonable measures to protect this data from unauthorized access or disclosure. However, we cannot guarantee absolute security. | ||
</div> | ||
<div> | ||
<strong>c. </strong>Data Sharing: We will not share or sell any user data collected by the bot with third parties unless required by law or with your explicit consent. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="space-y-2"> | ||
<div class="text-2xl font-bold">4. Limitations and Liabilities</div> | ||
<div class="space-y-2"> | ||
<div> | ||
<strong>a. </strong>Bot Functionality: While we strive to provide a reliable and efficient bot service, we do not guarantee uninterrupted or error-free operation. The bot may experience downtime for maintenance or other unforeseen circumstances. We are not responsible for any loss of data or damages resulting from the use or inability to use the bot. | ||
</div> | ||
<div> | ||
<strong>b. </strong>Server Ownership: Our bot does not grant us any ownership or administrative control over your Discord server. We will not access or modify your server settings, channels, or any other content. | ||
</div> | ||
<div> | ||
<strong>c. </strong>Third-Party Services: The bot does not interact with third-party services or APIs to provide its functionality. | ||
</div> | ||
<div> | ||
<strong>d. </strong>Indemnification: You agree to indemnify and hold us harmless from any claims, losses, damages, liabilities, or expenses arising out of your use of the bot, violation of these Terms, or infringement of any third-party rights. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="space-y-2"> | ||
<div class="text-2xl font-bold">5. Modifications and Termination</div> | ||
<div class="space-y-2"> | ||
<div> | ||
<strong>a. </strong>Modifications: We reserve the right to modify or update these Terms at any time, without prior notice. Any changes will be effective immediately upon posting on our website or through other reasonable means. It is your responsibility to review the Terms periodically. | ||
</div> | ||
<div> | ||
<strong>b. </strong>Termination: We reserve the right to suspend or terminate your access to the bot at any time, with or without cause, and without prior notice. We may also discontinue the bot service entirely. You may cease using the bot at any time. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="space-y-2"> | ||
<div class="text-2xl font-bold">6. Intellectual Property</div> | ||
<div class="space-y-2"> | ||
<div> | ||
<strong>a. </strong>Bot Ownership: The bot and all related intellectual property rights belong to us or our licensors. You agree not to copy, modify, distribute, sell, or exploit any part of the bot without our explicit consent. | ||
</div> | ||
<div> | ||
<strong>b. </strong>User Content: You retain ownership of any content you transmit through the bot. By using the bot, you grant us a non-exclusive, worldwide, royalty-free license to use, reproduce, modify, and display this content for the purpose of providing the bot service. | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="space-y-2"> | ||
<div class="text-2xl font-bold">7. Contact Information</div> | ||
<div class="space-y-2"> | ||
If you have any questions, concerns, or feedback regarding these Terms or our Discord bot, please contact us at <Link href="mailto:contact@rappytv.com">contact@rappytv.com</Link> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |