change how restart works - no longer uses systemctl
This commit is contained in:
parent
585872cc90
commit
a7910e5f78
3 changed files with 12 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue