Added example files
This commit is contained in:
parent
70867e0d7e
commit
ab633d50d3
3 changed files with 8 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
config.json
|
||||
/config.json
|
||||
/data/
|
3
config.example.json
Normal file
3
config.example.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"token": "Paste your token here."
|
||||
}
|
3
data.example/roles.json
Normal file
3
data.example/roles.json
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"secret_roles": {}
|
||||
}
|
Loading…
Reference in a new issue