mirror of
https://github.com/Brazmann/SuperMachoBot.git
synced 2025-02-08 19:56:44 +00:00
Added template for config file with a readme
This commit is contained in:
parent
c99e56f53b
commit
4169712dff
7
SuperMachoBot/Config/configtemplate.json
Normal file
7
SuperMachoBot/Config/configtemplate.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{
|
||||
"token": "InsertTokenHere",
|
||||
"OwnerID": 0,
|
||||
"EconomyDatabasePath": "InsertFilePathForEconomyDatabaseHere"
|
||||
}
|
||||
]
|
1
SuperMachoBot/Config/readme.txt
Normal file
1
SuperMachoBot/Config/readme.txt
Normal file
|
@ -0,0 +1 @@
|
|||
Fill in the data in configtemplate.json and rename it to just "config.json" and then build.
|
Loading…
Reference in a new issue