Browse Source

Added example files

news
Daniel Skýpala 1 year ago
parent
commit
ab633d50d3
  1. 3
      .gitignore
  2. 3
      config.example.json
  3. 3
      data.example/roles.json

3
.gitignore

@ -1 +1,2 @@
config.json
/config.json
/data/

3
config.example.json

@ -0,0 +1,3 @@
{
"token": "Paste your token here."
}

3
data.example/roles.json

@ -0,0 +1,3 @@
{
"secret_roles": {}
}
Loading…
Cancel
Save