2022-02-11 17:44:08 +00:00
|
|
|
{% extends "base" %}
|
|
|
|
|
|
|
|
{% block init %}
|
|
|
|
{% set title = "Terms of Service" %}
|
|
|
|
|
|
|
|
{% set page_title = "Terms of Service" %}
|
|
|
|
{% set page_subtitle = "" %}
|
|
|
|
{% set page_emoji = "" %}
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
|
|
|
<h2 class="title">Outline</h2>
|
|
|
|
<p class="is-size-5 pl-6">
|
|
|
|
The Terms of Service apply whenever you use <strong>Reminder Bot</strong> and the
|
|
|
|
<strong>JellyWX's Home</strong> Discord server.
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
Violating the Terms of Service may result in receiving a permanent ban from the Discord server,
|
|
|
|
permanent restriction on your usage of Reminder Bot, or removal of some or all of your content on
|
|
|
|
Reminder Bot or the Discord server.
|
|
|
|
<br>
|
|
|
|
<br>
|
2022-05-14 11:02:46 +00:00
|
|
|
The Terms of Service may be updated at any time. Notice will be provided via the Discord server. You
|
|
|
|
should consider the Terms of Service to be a guideline for appropriate behaviour.
|
2022-02-11 17:44:08 +00:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
|
|
|
<h2 class="title">Reminder Bot</h2>
|
|
|
|
<ul class="is-size-5 pl-6">
|
|
|
|
<li>Reasonably disclose potential exploits or bugs to me by email or by Discord private message</li>
|
|
|
|
<li>Do not use the bot to harass other Discord users</li>
|
2022-05-14 11:02:46 +00:00
|
|
|
<li>Do not use the bot to transmit malware or other illegal content</li>
|
|
|
|
<li>Do not use the bot to send more than 15 messages during a 60 second period</li>
|
2022-02-11 17:44:08 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section class="section">
|
|
|
|
<div class="container">
|
|
|
|
<h2 class="title">JellyWX's Home</h2>
|
|
|
|
<ul class="is-size-5 pl-6">
|
|
|
|
<li>Do not discuss politics, harass other users, or use language intended to upset other users</li>
|
2022-03-19 17:41:34 +00:00
|
|
|
<li>Do not share personal information about yourself or any other user. This includes but is not
|
|
|
|
limited to real names<sup>1</sup>, addresses, phone numbers, country of origin<sup>2</sup>, religion, email address,
|
|
|
|
IP address.</li>
|
|
|
|
<li>Do not send malicious links or attachments</li>
|
2022-02-11 17:44:08 +00:00
|
|
|
<li>Do not advertise</li>
|
|
|
|
<li>Do not send unwarranted direct messages</li>
|
|
|
|
</ul>
|
2022-03-19 17:41:34 +00:00
|
|
|
<p class="small">
|
|
|
|
<sup>1</sup> Some users may use their real name on their account. In this case, do not assert that
|
|
|
|
this is a user's real name, or use it to try and identify a user.
|
|
|
|
<br>
|
|
|
|
<sup>2</sup> Country of current residence may be discussed, as this is relevant to timezone and
|
|
|
|
DST selection.
|
|
|
|
</p>
|
2022-02-11 17:44:08 +00:00
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
|
|
|
|
{% endblock %}
|