diff --git a/.gitignore b/.gitignore index d344ba6..a616e3a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -config.json +/config.json +/data/ \ No newline at end of file diff --git a/config.example.json b/config.example.json new file mode 100644 index 0000000..f6f8490 --- /dev/null +++ b/config.example.json @@ -0,0 +1,3 @@ +{ + "token": "Paste your token here." +} \ No newline at end of file diff --git a/data.example/roles.json b/data.example/roles.json new file mode 100644 index 0000000..f0758f5 --- /dev/null +++ b/data.example/roles.json @@ -0,0 +1,3 @@ +{ + "secret_roles": {} +} \ No newline at end of file