From cd6bf9bfff520f5a963cca67fd4f3c9f15f62436 Mon Sep 17 00:00:00 2001 From: Brazman Date: Fri, 16 Sep 2022 00:36:51 -0500 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47c5c7d..5d38351 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@

SuperMachoBot

- A Discord bot I made for fun with DSharpPlus! Includes D&D stat rolling, an economy system, and other cool stuff! + A Discord bot I made for fun with C#!

+ +## Features +- D&D stat rolling +- Economy system with a dynamic database (No SQL or MongoDB) +- Gambling +- Whatever I decide to experiment with adding + +## Installation +Download the latest binaries from the [Releases page](https://github.com/Brazmann/SuperMachoBot/releases/latest) or compile it with `dotnet build`.