* health check

* Update Dockerfile

* simplifying the deployment

* Update Bot.js

makes the find team command public

* test (#9)

* Dev (#7)

* health check

* Update Dockerfile

* simplifying the deployment

* Dev (#8)

* health check

* Update Dockerfile

* simplifying the deployment

* Update Bot.js

makes the find team command public

* Update PlayerService.js

* massive update????

could break stuff

* Update Bot.js

update
This commit is contained in:
VinceC
2025-07-07 21:38:19 -05:00
committed by GitHub
parent 0c86148835
commit 3453be6947
1742 changed files with 28844 additions and 67711 deletions

22
node_modules/discord.js/package.json generated vendored
View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "discord.js",
"version": "14.16.2",
"version": "14.21.0",
"description": "A powerful library for interacting with the Discord API",
"main": "./src/index.js",
"types": "./typings/index.d.ts",
@@ -23,7 +23,8 @@
},
"files": [
"src",
"typings"
"typings/*.d.ts",
"typings/*.d.mts"
],
"contributors": [
"Crawl <icrawltogo@gmail.com>",
@@ -52,18 +53,19 @@
"homepage": "https://discord.js.org",
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/builders": "^1.11.2",
"@discordjs/collection": "1.5.3",
"@discordjs/ws": "1.1.1",
"@discordjs/formatters": "^0.6.1",
"@discordjs/ws": "^1.2.3",
"@sapphire/snowflake": "3.5.3",
"discord-api-types": "0.37.97",
"discord-api-types": "^0.38.1",
"fast-deep-equal": "3.1.3",
"lodash.snakecase": "4.1.1",
"magic-bytes.js": "^1.10.0",
"tslib": "^2.6.3",
"undici": "6.19.8",
"@discordjs/formatters": "^0.5.0",
"@discordjs/util": "^1.1.1",
"@discordjs/rest": "^2.4.0"
"undici": "6.21.3",
"@discordjs/rest": "^2.5.1",
"@discordjs/util": "^1.1.1"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
@@ -80,8 +82,8 @@
"tslint": "6.1.3",
"turbo": "^2.0.14",
"typescript": "~5.5.4",
"@discordjs/docgen": "^0.12.1",
"@discordjs/api-extractor": "^7.38.1",
"@discordjs/docgen": "^0.12.1",
"@discordjs/scripts": "^0.1.0"
},
"engines": {