diff --git a/commands/images/idubbbz.js b/commands/images/idubbbz.js index 71f64831..8a77377f 100644 --- a/commands/images/idubbbz.js +++ b/commands/images/idubbbz.js @@ -34,7 +34,7 @@ class IdubbbzCommand extends Command { image = Attachment[0].url message.channel.send('Processing ') - .then(loadingmsg => loadingmsg.delete(1000)) + .then(loadingmsg => loadingmsg.delete(2000)) const canvas = createCanvas(1281, 627) const applyText = (canvas, text) => { diff --git a/commands/images/idubbbzpaint.js b/commands/images/idubbbzpaint.js index 2614f93c..336ca334 100644 --- a/commands/images/idubbbzpaint.js +++ b/commands/images/idubbbzpaint.js @@ -33,7 +33,7 @@ class IdubbbzPaintCommand extends Command { image = Attachment[0].url message.channel.send('Processing ') - .then(loadingmsg => loadingmsg.delete(1000)) + .then(loadingmsg => loadingmsg.delete(2000)) const canvas = createCanvas(1024, 544) const applyText = (canvas, text) => {