From 4603a07640db7e0ba496e25bdf10d603622fccb9 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 27 Oct 2019 22:46:14 +0100 Subject: [PATCH] says the bot will ping when it finish --- commands/fun/ytp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js index 22a16b8..4d941d7 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -54,7 +54,7 @@ class ytpCommand extends Command { } } - let loadingmsg = await message.channel.send('Processing, this can take a **long** time '); + let loadingmsg = await message.channel.send('Processing, this can take a **long** time, i\'ll ping you when i finished '); // Read userVid folder and only take .mp4 let asset = [];