Added example files

This commit is contained in:
Daniel Skýpala 2023-03-30 14:45:28 +02:00
parent 70867e0d7e
commit ab633d50d3
3 changed files with 8 additions and 1 deletions

3
.gitignore vendored
View file

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

3
config.example.json Normal file
View file

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

3
data.example/roles.json Normal file
View file

@ -0,0 +1,3 @@
{
"secret_roles": {}
}