created files

This commit is contained in:
array-in-a-matrix 2022-08-15 01:10:15 -04:00
parent 161c17a883
commit 3e9d97dedd
4 changed files with 12 additions and 0 deletions

6
.gitignore vendored
View File

@ -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

6
example.config.json Normal file
View File

@ -0,0 +1,6 @@
{
"baseUrl": "<DOMAIN.TLD>",
"token": "<TOKEN>",
"userId": "@<USER>:<DOMAIN.TLD>",
"prefix": "!"
}

0
index.js Normal file
View File

0
textgen.py Normal file
View File