diff options
| -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; |
