We need to add a warning system to manage user violations. The feature should include a /warn command to track infractions and a way to automatically take action once a specific threshold is reached.
Key tasks
- Create a database schema to store warns per user.
- Implement /warn, /unwarn, and /warns commands.
- Set up automated penalties like mutes or kicks after X warnings.
We need to add a warning system to manage user violations. The feature should include a /warn command to track infractions and a way to automatically take action once a specific threshold is reached.
Key tasks