* 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

View File

@@ -23,7 +23,7 @@
## Installation
**Node.js 18 or newer is required.**
**Node.js 16.11.0 or newer is required.**
```sh
npm install @discordjs/formatters

View File

@@ -402,7 +402,7 @@ var GuildNavigationMentions = /* @__PURE__ */ ((GuildNavigationMentions2) => {
})(GuildNavigationMentions || {});
// src/index.ts
var version = "0.5.0";
var version = "0.6.1";
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
Faces,

File diff suppressed because one or more lines are too long

View File

@@ -336,7 +336,7 @@ var GuildNavigationMentions = /* @__PURE__ */ ((GuildNavigationMentions2) => {
})(GuildNavigationMentions || {});
// src/index.ts
var version = "0.5.0";
var version = "0.6.1";
export {
Faces,
GuildNavigationMentions,

File diff suppressed because one or more lines are too long

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@discordjs/formatters",
"version": "0.5.0",
"version": "0.6.1",
"description": "A set of functions to format strings for Discord.",
"exports": {
".": {
@@ -44,7 +44,7 @@
"homepage": "https://discord.js.org",
"funding": "https://github.com/discordjs/discord.js?sponsor",
"dependencies": {
"discord-api-types": "0.37.97"
"discord-api-types": "^0.38.1"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.1.0",
@@ -64,7 +64,7 @@
"@discordjs/scripts": "^0.1.0"
},
"engines": {
"node": ">=18"
"node": ">=16.11.0"
},
"publishConfig": {
"access": "public",