forked from Supositware/Haha-Yes
fix one space too many
This commit is contained in:
parent
765afa2c5d
commit
6e85a9fa85
1 changed files with 1 additions and 1 deletions
|
@ -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 <a:loadingmin:527579785212329984>\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 <a:loadingmin:527579785212329984>\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 = [];
|
||||
|
|
Loading…
Reference in a new issue