feat(polish): Adds EmbedLibrary

This commit is contained in:
Michel Fedde 2025-06-24 21:59:55 +02:00
parent cf9c88a2d6
commit b3d0b3a90c
12 changed files with 240 additions and 136 deletions

7
package-lock.json generated
View file

@ -14,6 +14,7 @@
"@types/lodash": "^4.17.18",
"@types/log4js": "^0.0.33",
"@types/node": "^22.13.9",
"any-date-parser": "^2.2.2",
"better-sqlite3": "^11.8.1",
"deepmerge": "^4.3.1",
"discord.js": "^14.18.0",
@ -2051,6 +2052,12 @@
"integrity": "sha512-uMgjozySS8adZZYePpaWs8cxB9/kdzmpX6SgJZ+wbz1K5eYk5QMYDVJaZKhxyIHUdnnJkfR7SVgStgH7LkGUyg==",
"license": "MIT"
},
"node_modules/any-date-parser": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/any-date-parser/-/any-date-parser-2.2.2.tgz",
"integrity": "sha512-ZgitJ8kchTF57Hm1PrcX/WCD5ZliRdk+KmL1YKxfHq8a8Em5GpjYtkaw/ctt0kgBYG1q9hsncQIQNUwGDuhPzw==",
"license": "ISC"
},
"node_modules/argparse": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",