created files
This commit is contained in:
parent
161c17a883
commit
3e9d97dedd
4 changed files with 12 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -152,3 +152,9 @@ cython_debug/
|
||||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||||
#.idea/
|
#.idea/
|
||||||
|
|
||||||
|
# ignore folders
|
||||||
|
node_modules
|
||||||
|
|
||||||
|
# ignore files
|
||||||
|
config.json
|
||||||
|
storage.json
|
6
example.config.json
Normal file
6
example.config.json
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"baseUrl": "<DOMAIN.TLD>",
|
||||||
|
"token": "<TOKEN>",
|
||||||
|
"userId": "@<USER>:<DOMAIN.TLD>",
|
||||||
|
"prefix": "!"
|
||||||
|
}
|
0
index.js
Normal file
0
index.js
Normal file
0
textgen.py
Normal file
0
textgen.py
Normal file
Loading…
Add table
Reference in a new issue