Skip to content

Commit

Permalink
Remove error channel (#228)
Browse files Browse the repository at this point in the history
* remove ERROR_CHANNEL_ID and associated config
*  update prettier/eslint config
*  add winston for logging
* remove the capitalise-string util
  • Loading branch information
jejebecarte authored Dec 2, 2024
1 parent 518a966 commit c32cf15
Show file tree
Hide file tree
Showing 27 changed files with 271 additions and 133 deletions.
1 change: 0 additions & 1 deletion .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,5 @@ DISCORD_SERVER_ID=
MEMBER_CHANNEL_ID=
OFFICER_CHANNEL_ID=
BLACKLIST_CHANNEL_ID=
ERROR_CHANNEL_ID=
BOT_OWNER_ID=
STAFF_ROLE_ID=
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "bridge-bot",
"name": "bridge",
"version": "1.0.0",
"main": "dist",
"license": "MIT",
Expand All @@ -16,16 +16,16 @@
"start": "node ."
},
"dependencies": {
"consola": "^2.15.3",
"discord.js": "14.10.2",
"dotenv": "^16.4.5",
"mineflayer": "^4.20.1",
"obscenity": "^0.1.4",
"prismarine-chat": "^1.10.1",
"winston": "^3.17.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@jejebecarte/eslint-config": "^1.0.6",
"@jejebecarte/eslint-config": "^1.0.7",
"@types/node-fetch": "^2.6.11",
"eslint": "^8.57.1",
"pm2": "^5.4.2",
Expand Down
Loading

0 comments on commit c32cf15

Please sign in to comment.