← All projects
Discord bot
Obaki Discord Bot
A .NET Discord bot with commands, moderation support, and FFmpeg-based audio features made for one community.
Case study
The need
The server needed moderation and audio features that matched its own rules and routines, not a long list of generic commands.
What I built
I wrote a focused .NET bot around the commands and behavior the admins actually use, with NetCord for Discord integration and FFmpeg for media work.
What changed
The admins have one bot that fits the server instead of combining several bots with overlapping settings and permissions.
Build notes
Decisions kept practical
- NetCord handles the Discord connection and events.
- Command behavior is kept in .NET code so changes stay reviewable.
- FFmpeg is used only where the bot needs media processing.
This is a personal project. The preview is illustrative and contains no private server messages or member information.