misc.mcserver: fix footer
This commit is contained in:
parent
0e4ac6dfa0
commit
c9db28ae94
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ mcserver.callback = async function (msg, line) {
|
||||||
url: "attachment://icon.png",
|
url: "attachment://icon.png",
|
||||||
},
|
},
|
||||||
footer: {
|
footer: {
|
||||||
text: tcpshield && "Server uses TCPShield",
|
text: tcpshield ? "Server uses TCPShield" : null,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
file: image && {
|
file: image && {
|
||||||
|
|
Loading…
Reference in a new issue