forked from Supositware/Haha-Yes
Forgot to move this to asset folder
This commit is contained in:
parent
ea193818b0
commit
05d5579ab2
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class nolightCommand extends Command {
|
|||
});
|
||||
|
||||
async function apng() {
|
||||
const { stdout, stderr } = await exec(`apngasm -o ${os.tmpdir()}/${message.id}nolight.png img/frame00*.png -s`)
|
||||
const { stdout, stderr } = await exec(`apngasm -o ${os.tmpdir()}/${message.id}nolight.png asset/img/frame00*.png -s`)
|
||||
.then(() => message.channel.send({files: [`${os.tmpdir()}/${message.id}nolight.png`]}));
|
||||
console.log(`stdout: ${stdout}`);
|
||||
console.log(`stderr: ${stderr}`);
|
||||
|
|
Loading…
Reference in a new issue