fix small issue, where no image is given, when postid is undefined or null. Updated packages.

This commit is contained in:
fzzinchemical
2025-10-29 10:19:54 +01:00
parent bf3eba102a
commit 267a27ec55
5 changed files with 37 additions and 18 deletions

View File

@@ -15,11 +15,12 @@
},
"imports": {
"@discordjs": "npm:discord.js@14.18.0",
"@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.1.1",
"@std/assert": "jsr:@std/assert@1",
"@types/node": "npm:@types/node@^22.14.1",
"@melvdouc/xml-parser": "jsr:@melvdouc/xml-parser@^0.1.2",
"@std/assert": "jsr:@std/assert@^1.0.15",
"@types/node": "npm:@types/node@^22.18.13",
"@root/" : "./src/"
"@root/" : "./src/",
"dotenv": "npm:dotenv@^17.2.3"
},
"fmt": {
"useTabs": true