diff --git a/discord_embed/api/post.mjs b/discord_embed/api/post.mjs index dc0a18e..6a7543e 100644 --- a/discord_embed/api/post.mjs +++ b/discord_embed/api/post.mjs @@ -105,7 +105,7 @@ export default class IndexPost { if (!error) { try { let id = 'health' - while (id === health) { + while (id === 'health') { let params = [ ctx.state.video, ctx.state.image, diff --git a/discord_embed/package.json b/discord_embed/package.json index 167357c..46b80d3 100644 --- a/discord_embed/package.json +++ b/discord_embed/package.json @@ -1,6 +1,6 @@ { "name": "discord_embed", - "version": "1.0.2", + "version": "1.0.3", "port": 4120, "description": "AV1 discord server embed helper", "main": "index.js",