misc.mcserver: fix footer

This commit is contained in:
Cynthia Foxwell 2024-11-20 18:06:51 -07:00
parent 0e4ac6dfa0
commit c9db28ae94

View file

@ -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 && {