Skip to content

Commit

Permalink
council activity and public ranked commands
Browse files Browse the repository at this point in the history
  • Loading branch information
WhatCats committed Dec 15, 2024
1 parent 5b735e0 commit 4f4c29c
Show file tree
Hide file tree
Showing 115 changed files with 4,907 additions and 6,399 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# testing
node_modules
dist
data
transcripts
tests
logs
Expand Down
Binary file added bun.lockb
Binary file not shown.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,20 @@
"license": "MIT",
"dependencies": {
"ascii-table3": "^0.9.0",
"axios": "^1.7.2",
"axios": "^1.7.7",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.15.2",
"glob": "^10.4.1",
"luxon": "^3.4.4",
"discord.js": "^14.16.3",
"glob": "^11.0.0",
"luxon": "^3.5.0",
"module-alias": "^2.2.3",
"mongodb": "5.8.1",
"mongoose": "^8.4.0",
"mongoose": "^8.8.2",
"mongoose-autopopulate": "^1.1.0",
"mongoose-long": "^0.8.0",
"rate-limiter-flexible": "^5.0.3",
"redis": "^4.6.14",
"rate-limiter-flexible": "^5.0.4",
"redis": "^4.7.0",
"reflect-metadata": "^0.2.2"
},
"main": "./dist/index.js",
"main": "./src/index",
"scripts": {
"dev": "npx tsc --watch",
"build": "npx tsc",
Expand All @@ -32,14 +31,15 @@
"url": "git+https://github.com/bridge-scrims/scrims-js-bot.git"
},
"devDependencies": {
"@types/bun": "^1.1.13",
"@types/luxon": "^3.4.2",
"@types/module-alias": "^2.0.4",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@types/node": "^22.9.3",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"typescript": "^5.4.5"
"eslint": "^9.15.0",
"prettier": "^3.3.3",
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 4f4c29c

Please sign in to comment.