Skip to content

Commit

Permalink
feat: added player join data to JSON file, changed to player join eve…
Browse files Browse the repository at this point in the history
…nt to promise; fix: changed accidental double output on player join to single output
  • Loading branch information
Vliegenier04 committed Apr 1, 2024
1 parent cac966d commit c499404
Show file tree
Hide file tree
Showing 5 changed files with 469 additions and 243 deletions.
Empty file added joinDate.json
Empty file.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
"dependencies": {
"consola": "^2.15.3",
"discord.js": "14.10.2",
"dotenv": "^16.0.3",
"mineflayer": "^4.4.0",
"dotenv": "^16.4.5",
"mineflayer": "^4.20.0",
"obscenity": "^0.1.4",
"prismarine-chat": "^1.9.1"
"prismarine-chat": "^1.10.0"
},
"devDependencies": {
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.4",
"@types/node-fetch": "^2.6.11",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"prettier": "^2.8.8",
"ts-node-dev": "^2.0.0",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit c499404

Please sign in to comment.