discord_embed: Fix error
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
All checks were successful
continuous-integration/appveyor/branch AppVeyor build succeeded
This commit is contained in:
parent
b8ed6a1c99
commit
f3cb6837cb
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue