diff --git a/.gitignore b/.gitignore index 55be276..e7c1199 100644 --- a/.gitignore +++ b/.gitignore @@ -152,3 +152,9 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# ignore folders +node_modules + +# ignore files +config.json +storage.json \ No newline at end of file diff --git a/example.config.json b/example.config.json new file mode 100644 index 0000000..89d9dde --- /dev/null +++ b/example.config.json @@ -0,0 +1,6 @@ +{ + "baseUrl": "", + "token": "", + "userId": "@:", + "prefix": "!" +} diff --git a/index.js b/index.js new file mode 100644 index 0000000..e69de29 diff --git a/textgen.py b/textgen.py new file mode 100644 index 0000000..e69de29