Forgot a letter
This commit is contained in:
parent
d34a3d4345
commit
e90c1ad33f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class ytpCommand extends Command {
|
|||
}
|
||||
});
|
||||
|
||||
return message.channel.send(`here is currently ${mp4.length} videos, you can add yours by doing \`\`${prefix[0]}ytp --add (link or attachment)\`\``);
|
||||
return message.channel.send(`There is currently ${mp4.length} videos, you can add yours by doing \`\`${prefix[0]}ytp --add (link or attachment)\`\``);
|
||||
}
|
||||
|
||||
if (args.add) {
|
||||
|
|
Loading…
Reference in a new issue