A personal Discord bot I made in C# using DSharpPlus.
Go to file
Brazman 193deba267 New economy 'Baltop' command and QOL.
- Added method for getting the entire list of economy entries from a given guild id.
- Added 'Baltop' command which lists the top 20 users in a guilds economy, ranked by most money.
- Improved 'Daily' command by having it show the remaining time until a user is able to claim their next daily.
2023-02-27 17:39:44 -06:00
SuperMachoBot New economy 'Baltop' command and QOL. 2023-02-27 17:39:44 -06:00
.gitattributes Initial Commit 2022-09-10 14:56:21 -05:00
.gitignore Got rid of local filepaths and unnecessary files 2023-02-16 12:31:25 -06:00
LICENSE.txt Initial Commit 2022-09-10 14:56:21 -05:00
README.md Update README.md 2022-09-16 00:37:12 -05:00
SuperMachoBot.sln Initial Commit 2022-09-10 14:56:21 -05:00


Logo

SuperMachoBot

A Discord bot I made for fun with C#!

Features

  • D&D stat rolling
  • Economy system with a dynamic database (No SQL or similar database systems)
  • Gambling
  • Whatever I decide to experiment with adding

Installation

Download the latest binaries from the Releases page or compile it with dotnet build.