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