Shimakaze Bot


Name

Shimakaze Bot


Language
C#
Hosted on
Docker
Uses
PostgreSQL

Team Size
3

Info
Shimakaze Bot is a Discord bot I made with contributions from some of my friends in our free time. It uses the DSharpPlus wrapper for the Discord API.

Details
Main functionality:
  • Music streaming in voice channels (using Lavalink)
  • Multiple text commands that go anywhere from rolling a dice to setting a reminder/event
  • Server management and customization (like giving users a streaming role when they're live on twitch)
Links
GitHub

An attribute that can be attached to a command (a function), and needs to pass the coded requirements to run the command
File on GitHub

Allows someone (that meets the attribute requirements) to change the prefix on the server, the alternative prefix will then get stored in a database table
File on GitHub