Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ Here you can find new features and improvements in each version of Cookie.
[Support Server](https://cookieapp.me/support) for more details about bug reports and fixes.


## 2026.4.0

### 🚬 [Moderation](moderation.md)
Cookie now has a complete moderation system!

- Use `/mod settings` to configure logging, auto-moderation, and much more.
- Use `/mod user` to view user information and perform moderation actions.
- Right-click on a user and select `Apps > Cookie` to perform quick moderation actions.
- Added `/clear` and `/delete_post` commands for bulk deleting messages and forum posts.

## 2026.3.1

### 🎫 Ticket System
Expand Down
39 changes: 39 additions & 0 deletions docs/moderation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Moderation

## Setup
Use `/mod settings` to configure moderation settings for your server.

- Set up a **log channel** to keep track of moderation actions.
- Configure **automated moderation** to automatically take action against spam.

## Moderate Users
Use `/mod user` to moderate a specific user.

![Userinfo](https://cdn.cookieapp.me/docs/mod/user.png){ width="400" }
/// caption
View user information and perform moderation actions.
///


!!! tip "User Commands"
You can right-click on a user to perform quick moderation actions.

- `Right-click > Apps > Cookie`

## Automatic Punishments
With `/mod settings`, you can set up automatic punishments for a specific number of violations.

For systems like Anti-Spam, you can then set the punishment type:

- **Direct Punishments**: Users will immediately receive the configured punishment on their first offense.
- **Violation**: Users receive a violation for each offense and are punished when they reach the specified number of violations.

![Userinfo](https://cdn.cookieapp.me/docs/mod/antispam.png){ width="400" }
/// caption
Choose violations or direct punishments for automatic moderation actions.
///

## Other Commands
- Use `/clear` to bulk delete messages in a channel.
- Use `/delete_post` to delete a forum post. If you have logging configured,
a transcript of the deleted post will be saved in the log channel.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ nav:
- ✨ Customization: customization.md
- 🎲 Games: games.md
- 🍪 Economy: economy.md
- 🚬 Moderation: moderation.md
- 🧰 Server Features:
- features/index.md
- Birthday: features/birthday.md
Expand Down