-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add initial content for Discord moderation (#216)
- Loading branch information
1 parent
5a95653
commit 306bc9c
Showing
2 changed files
with
19 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,4 +61,5 @@ | |
|
||
## Other | ||
|
||
* [Discord moderation](other/moderation.md) | ||
* [Credits](other/credits.md) |
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,18 @@ | ||
# Moderation | ||
|
||
{% hint style="info" %} | ||
This page contains information targetted at Discord moderators. | ||
{% endhint %} | ||
|
||
|
||
## General stuff | ||
|
||
- **Communication:** Communication is key. Any changes and actions should be discussed with other moderators unless they are very obvious (e.g. scambans). | ||
Any changes to permissions etc should be discussed first in `#staff-suggestions`. Any changes performed should also be manually written down in `#changelog` so that everyone is on the same page. | ||
- **Use Dyno:** Use dyno commands to perform actions like mutes and bans. Dyno log is way easier to search than Discord's native audit log and helps us keep track of who did what. | ||
- **Staff tickets:** User requests like receiving _Contributor_/_Modder_ role should be handled handled via staff ticket. This way other moderators can chime in and public channels are not clogged with unnecessary info. | ||
- **Warn liberally:** User warns are stored in Dyno log. They should be performed as a first measure on misconduct. It's better to warn once too many times than ban someone without warning. | ||
|
||
## Useful commands | ||
|
||
- `!scamban UID`: Bans a user with a message telling them that their account has been compromised and has been spreading scam. |