added README.md clean up commands

This commit is contained in:
johnfacey
2021-03-18 19:28:26 -05:00
parent eb818a0f39
commit c6c7661980
10 changed files with 67 additions and 22 deletions

View File

@@ -9,9 +9,10 @@ module.exports = {
message.reply(`Please use in !get [number] format`);
return;
}
var command = args[0];
var param1 = args[1];
libFlayer.addSource(param1);
var title = args[0];
var link = args[1];
libFlayer.addSource(title,link);
libFlayer.loadFeeds();
},