From 3e9d97deddb927423247999b2a35d25fb6749b18 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 15 Aug 2022 01:10:15 -0400 Subject: [PATCH] created files --- .gitignore | 6 ++++++ example.config.json | 6 ++++++ index.js | 0 textgen.py | 0 4 files changed, 12 insertions(+) create mode 100644 example.config.json create mode 100644 index.js create mode 100644 textgen.py 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