change how restart works - no longer uses systemctl

This commit is contained in:
Ashley 2024-08-23 09:57:03 +00:00
parent 585872cc90
commit a7910e5f78
3 changed files with 12 additions and 6 deletions

View file

@ -14,6 +14,7 @@ async function onMessage(client, event) {
client.reply(event, c, `<pre><code>${encode(c)}</code></pre>`);
return;
}
for(const emb of embed.embeds) {
var link = document.createElement("a");
link.href = emb.url;