A simple Discord moderation bot built with C# that tracks how many times users swear in a server.
This project is split into two main branches:
- Core C# logic only
- Console-based testing
- No Discord integration
- Used for developing and debugging the swear detection system
- Full Discord bot implementation
- Uses Discord.NET
- Real-time message tracking in servers
- Ready-to-use bot version
- π Counts user swear words
- π€ Tracks per-user statistics
- β‘ Real-time message detection
- π‘οΈ Custom swear word filtering
- π Simple architecture
- π¬ Discord integration (main branch)
- C#
- .NET
- Discord.NET
git checkout dev
dotnet rungit checkout main
dotnet restore
dotnet runCreate appsettings.json:
{
"Token": "YOUR_DISCORD_BOT_TOKEN"
}- Leaderboard system
- Per-server settings
- Warning / mute system
- Web dashboard
Created by MCh27
Building systems that measure how toxic people can get in chat.