Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# EXAMPLE ONLY, DO NOT PUT YOUR REAL TOKEN HERE. CREATE A NEW .env FILE IN THE ROOT
DISCORD_TOKEN=TOKEN
GITHUB_TOKEN=TOKEN
DEBUG_MODE='true/false'
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"overrides": [
],
"parser": "@typescript-eslint/parser",
"parser": "@taypescript-eslint/parser",
"parserOptions": {
"ecmaVersion": "latest",
"sourceType": "module"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ build/
*.tar.gz
*.rar
*.env
*.pem
node_modules
.idea

Expand Down
Loading