From 092fdb834dbf3dd62174a3eb04110a8015793ada Mon Sep 17 00:00:00 2001
From: Loic Bersier <loic.bersier1@gmail.com>
Date: Sun, 30 Dec 2018 05:37:22 +0100
Subject: [PATCH] adjust time before delete

---
 commands/images/idubbbz.js      | 2 +-
 commands/images/idubbbzpaint.js | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/commands/images/idubbbz.js b/commands/images/idubbbz.js
index 71f6483..8a77377 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 <a:loadingmin:527579785212329984>')
-            .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 2614f93..336ca33 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 <a:loadingmin:527579785212329984>')
-            .then(loadingmsg => loadingmsg.delete(1000))
+            .then(loadingmsg => loadingmsg.delete(2000))
             
             const canvas = createCanvas(1024, 544)
             const applyText = (canvas, text) => {