diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2021-11-15 17:59:39 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 17:59:39 -0500 |
| commit | a69259e008be9403766d767c1fed819537f9b270 (patch) | |
| tree | a695c3de1793a9d155fe40681c547f8d899b1a27 /pages | |
| parent | db2ca82a7cf869ebaaab5c33231c9eabdf20ac92 (diff) | |
| download | alp-website-a69259e008be9403766d767c1fed819537f9b270.tar.gz alp-website-a69259e008be9403766d767c1fed819537f9b270.tar.bz2 alp-website-a69259e008be9403766d767c1fed819537f9b270.zip | |
Update tos.js
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/tos.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pages/tos.js b/pages/tos.js index 2a32a3d..7cbccf4 100644 --- a/pages/tos.js +++ b/pages/tos.js @@ -94,6 +94,10 @@ const TOS = () => ( </ul> <p>Usernames or nickname requests found to be in violation of these guidelines will face repercussions.</p> </div> + <div id="threads"> + <h2>Threads</h2> + <p>Threads is a new Discord feature which allows you to make subchannels. We have set a policy to not allow to make threads with little to no value, if you made a thread in which has little to no value, it is considered to be spam and we will remove it. If caught doing it continuously, there will be consequences.</p> + </div> <p>We recommend you to follow Discord's <a href="https://discord.com/terms" className="green-text">Terms of Service</a> and <a href="https://discord.com/guidelines" className="green-text">Community Guidelines</a></p> </div> <p>Last updated: June 26th, 2021</p> @@ -103,4 +107,4 @@ const TOS = () => ( </Layout> ); -export default TOS;
\ No newline at end of file +export default TOS; |
