From 6e85a9fa85ae96123caa64119b368190fd116417 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Sun, 27 Oct 2019 23:19:36 +0100 Subject: [PATCH] fix one space too many --- 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 9655084..3621c9f 100644 --- a/commands/fun/ytp.js +++ b/commands/fun/ytp.js @@ -67,7 +67,7 @@ class ytpCommand extends Command { } if (!message.channel.nsfw) return message.channel.send('Please execute this command in an NSFW channel ( Content might not be NSFW but since the video are user submitted better safe than sorry )'); - let loadingmsg = await message.channel.send(`Processing, this can take a **long** time, i'll ping you when i finished \nSome info: There is currently ${fs.readdirSync('./asset/ytp/userVid/').length} videos, you can add yours by doing \`\`${prefix[0]} ytp --add (link or attachment)\`\``); + let loadingmsg = await message.channel.send(`Processing, this can take a **long** time, i'll ping you when i finished \nSome info: There is currently ${fs.readdirSync('./asset/ytp/userVid/').length} videos, you can add yours by doing \`\`${prefix[0]}ytp --add (link or attachment)\`\``); // Read userVid folder and only take .mp4 let asset = [];