Compare commits

..

No commits in common. "fdc52f6a5ff3b369baed35025a655cf5027e860f" and "39f7dc147c6e9bb721acb684c292054b4fb20e12" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -8,7 +8,6 @@ Group=ldb
WorkingDirectory=/srv/ldb
EnvironmentFile=/srv/ldb/secrets.env
ExecStart=node index.js
Restart=on-success
[Install]
WantedBy=multi-user.target

View File

@ -93,7 +93,7 @@ async function embedPixiv(/*message*/ channel, /*array of*/ links, send = channe
}
}
module.exports.embedPixiv = embedPixiv;
module.exports.embedPixiv = embedPixiv();