toLowerCase

merge-requests/5/merge
loicbersier 4 years ago
parent 5da4039685
commit b18c0dab88

@ -81,7 +81,7 @@ class memeCommand extends Command {
console.error(err);
return message.channel.send('An error has occured, is it an image?');
}
let output = `${os.tmpdir()}/meme${message.id}.${format.toLocaleLowerCase()}`;
let output = `${os.tmpdir()}/meme${message.id}.${format.toLowerCase()}`;
// Get the image size to calculate top and bottom text positions
img.size(function(err, value) {
// Set text position for top and bottom

Loading…
Cancel
Save