Add moment-duration-format module

This commit is contained in:
Ninjdai1 2023-09-04 21:04:48 +02:00
parent c4b82fc6bf
commit 3f68a8b44b
2 changed files with 7 additions and 0 deletions

6
package-lock.json generated
View File

@ -11,6 +11,7 @@
"dependencies": {
"@discordjs/rest": "^1.5.0",
"discord.js": "^14.13.0",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.32.1",
"sqlite3": "^5.1.6"
}
@ -993,6 +994,11 @@
"node": "*"
}
},
"node_modules/moment-duration-format": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/moment-duration-format/-/moment-duration-format-2.3.2.tgz",
"integrity": "sha512-cBMXjSW+fjOb4tyaVHuaVE/A5TqkukDWiOfxxAjY+PEqmmBQlLwn+8OzwPiG3brouXKY5Un4pBjAeB6UToXHaQ=="
},
"node_modules/moment-timezone": {
"version": "0.5.43",
"resolved": "https://registry.npmjs.org/moment-timezone/-/moment-timezone-0.5.43.tgz",

View File

@ -27,6 +27,7 @@
"dependencies": {
"@discordjs/rest": "^1.5.0",
"discord.js": "^14.13.0",
"moment-duration-format": "^2.3.2",
"sequelize": "^6.32.1",
"sqlite3": "^5.1.6"
}