Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fdc52f6a5f | |||
| 3a705d7024 |
@@ -8,6 +8,7 @@ Group=ldb
|
|||||||
WorkingDirectory=/srv/ldb
|
WorkingDirectory=/srv/ldb
|
||||||
EnvironmentFile=/srv/ldb/secrets.env
|
EnvironmentFile=/srv/ldb/secrets.env
|
||||||
ExecStart=node index.js
|
ExecStart=node index.js
|
||||||
|
Restart=on-success
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
+1
-1
@@ -93,7 +93,7 @@ async function embedPixiv(/*message*/ channel, /*array of*/ links, send = channe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.embedPixiv = embedPixiv();
|
module.exports.embedPixiv = embedPixiv;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user