diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2022-10-22 18:45:20 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2022-10-22 18:45:20 -0400 |
| commit | 05ca4038d78ff34e83ea9399dd6458609e2d4134 (patch) | |
| tree | 36e51e72f5e2a3bf9739ca8be51c5053e7b8486a /pages/guidelines.js | |
| parent | c470ff1c16ce18312199294ec5803df52a2dc8fd (diff) | |
| download | personal-website-05ca4038d78ff34e83ea9399dd6458609e2d4134.tar.gz personal-website-05ca4038d78ff34e83ea9399dd6458609e2d4134.tar.bz2 personal-website-05ca4038d78ff34e83ea9399dd6458609e2d4134.zip | |
Guidelines update; Minor changes in the home page
Diffstat (limited to 'pages/guidelines.js')
| -rw-r--r-- | pages/guidelines.js | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pages/guidelines.js b/pages/guidelines.js index c5ec0c8..287a839 100644 --- a/pages/guidelines.js +++ b/pages/guidelines.js @@ -33,6 +33,7 @@ export default function Guidelines() { </ul> <p>By being part of here, you must respect everyone here. Anything whether its their gender, race, sexual orientation, beliefs, and opinions. Any signs of disrespect here will result the staff taking action.</p> <p>Using common sense will be useful by being here. Meaning that you are using good sense and sound judgement in practical matters.</p> + <p>Staff have the rights to execute impromptu decisions if required, it is in order to maintain peace upon all communities/services.</p> <p>Action will be taken against any users consistently breaking these guidelines.</p> </div> <div id="alp-policies"> @@ -75,17 +76,18 @@ export default function Guidelines() { <ul className={policyList}> <li>No offensive words</li> <li>No symbols</li> + <li>Changing nicknames often</li> <li>Nicknames must not be attention-grabbing (i.e. getting to the top of the list by using a symbol)</li> </ul> - <p>Usernames or nickname requests found to be in violation of these guidelines will face repercussions.</p> + <p>Usernames or nickname requests found to be in violation of these guidelines, the staff team have the rights to change your nickname or have the changing nicknames permission be taken away.</p> </div> <div id="threads"> - <h2 className="text-2xl font-bold">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> + <h2 className="text-2xl font-bold">Threads/Posts</h2> + <p>Threads/Posts is a new Discord feature which allows you to make subchannels. We have set a policy to not allow to make threads/posts with little to no value, if you made them with little to no value, it is considered to be spam and we will remove it. If caught doing it continuously, we will revoke your rights to make threads/posts.</p> </div> <p className="mt-3">We recommend you to follow Discord's <a href="https://discord.com/terms" className="link">Terms of Service</a> and <a href="https://discord.com/guidelines" className="link">Community Guidelines</a></p> </div> - <p className="font-bold">Last updated: October 20th, 2022</p> + <p className="font-bold">Last updated: October 22nd, 2022</p> <a href="#top" className="link">Back to top</a> </div> </div> |
