discord_embed: Fix error
continuous-integration/appveyor/branch AppVeyor build succeeded Details

master discord_embed_v1.0.3
Jonatan Nilsson 2022-10-17 14:58:41 +00:00
parent b8ed6a1c99
commit f3cb6837cb
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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",