Compare commits
No commits in common. "fdc52f6a5ff3b369baed35025a655cf5027e860f" and "39f7dc147c6e9bb721acb684c292054b4fb20e12" have entirely different histories.
fdc52f6a5f
...
39f7dc147c
@ -8,7 +8,6 @@ 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
|
@ -93,7 +93,7 @@ async function embedPixiv(/*message*/ channel, /*array of*/ links, send = channe
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports.embedPixiv = embedPixiv;
|
module.exports.embedPixiv = embedPixiv();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user