From 4169712dff60c925bff952552cda8be9541c2e26 Mon Sep 17 00:00:00 2001 From: Brazman Date: Thu, 16 Feb 2023 12:34:31 -0600 Subject: [PATCH] Added template for config file with a readme --- SuperMachoBot/Config/configtemplate.json | 7 +++++++ SuperMachoBot/Config/readme.txt | 1 + 2 files changed, 8 insertions(+) create mode 100644 SuperMachoBot/Config/configtemplate.json create mode 100644 SuperMachoBot/Config/readme.txt diff --git a/SuperMachoBot/Config/configtemplate.json b/SuperMachoBot/Config/configtemplate.json new file mode 100644 index 0000000..133f617 --- /dev/null +++ b/SuperMachoBot/Config/configtemplate.json @@ -0,0 +1,7 @@ +[ + { + "token": "InsertTokenHere", + "OwnerID": 0, + "EconomyDatabasePath": "InsertFilePathForEconomyDatabaseHere" + } +] \ No newline at end of file diff --git a/SuperMachoBot/Config/readme.txt b/SuperMachoBot/Config/readme.txt new file mode 100644 index 0000000..9229c2a --- /dev/null +++ b/SuperMachoBot/Config/readme.txt @@ -0,0 +1 @@ +Fill in the data in configtemplate.json and rename it to just "config.json" and then build. \ No newline at end of file