From f8b2065f56f55a51aae4afa1db7c6cfea8cc8cf1 Mon Sep 17 00:00:00 2001
From: Brazman
Date: Sat, 10 Sep 2022 15:00:58 -0500
Subject: [PATCH 1/3] Update README.md
---
README.md | 3 ---
1 file changed, 3 deletions(-)
diff --git a/README.md b/README.md
index c8b4c81..47c5c7d 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,3 @@
A Discord bot I made for fun with DSharpPlus! Includes D&D stat rolling, an economy system, and other cool stuff!
-
-# Usage
-Specify your bot token and discord User ID in config.json and run!
From cd6bf9bfff520f5a963cca67fd4f3c9f15f62436 Mon Sep 17 00:00:00 2001
From: Brazman
Date: Fri, 16 Sep 2022 00:36:51 -0500
Subject: [PATCH 2/3] 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`.
From 5196ef13d5626bcff7106bac9e73c178cbb4829e Mon Sep 17 00:00:00 2001
From: Brazman
Date: Fri, 16 Sep 2022 00:37:12 -0500
Subject: [PATCH 3/3] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5d38351..421fd31 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
## Features
- D&D stat rolling
-- Economy system with a dynamic database (No SQL or MongoDB)
+- Economy system with a dynamic database (No SQL or similar database systems)
- Gambling
- Whatever I decide to experiment with adding