forked from Supositware/Haha-Yes
I should stop testing in live
This commit is contained in:
parent
ba15fe1a47
commit
489db4279e
1 changed files with 3 additions and 6 deletions
|
@ -64,16 +64,13 @@ class nolightCommand extends Command {
|
|||
});
|
||||
|
||||
async function apng() {
|
||||
const { stdout, stderr } = await exec('apngasm -o img/nolight.png img/frame00*.png -s');
|
||||
const { stdout, stderr } = await exec('apngasm -o img/nolight.png img/frame00*.png -s')
|
||||
.then(() => message.channel.send({files: ['./img/nolight.png']}));
|
||||
console.log(`stdout: ${stdout}`);
|
||||
console.log(`stderr: ${stderr}`);
|
||||
if (stdout.includes('all done')) {
|
||||
return message.channel.send({files: ['./img/nolight.png']});
|
||||
} else {
|
||||
return message.channel.send('An error has occured :((');
|
||||
}
|
||||
}
|
||||
apng();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue