← All projects

Discord bot

Obaki Discord Bot

A .NET Discord bot with commands, moderation support, and FFmpeg-based audio features made for one community.

Status
In use
Timeline
Ongoing side project
Source
No public repository
Simple preview of Obaki bot commands in a Discord-style channel

Case study

The server needed moderation and audio features that matched its own rules and routines, not a long list of generic commands.

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.

The admins have one bot that fits the server instead of combining several bots with overlapping settings and permissions.

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.