summaryrefslogtreecommitdiff
path: root/src/commands/fun/howify.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/fun/howify.ts')
-rw-r--r--src/commands/fun/howify.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/fun/howify.ts b/src/commands/fun/howify.ts
index a0cbbf5..c1337f9 100644
--- a/src/commands/fun/howify.ts
+++ b/src/commands/fun/howify.ts
@@ -26,6 +26,7 @@ module.exports = class HowifyFun extends Command {
msg.attachments.forEach(async attachment => {
var u1 = await how(attachment.url);
msg.delete()
+ msg.reply('Please wait...').then(m => m.delete({ timeout: 2000 }))
setTimeout(() => {
msg.say({ files: [u1] })
}, 2000);