random and feed saving started

This commit is contained in:
John Facey
2021-12-13 17:38:47 -06:00
parent 164fdea08a
commit 5c91571300
7 changed files with 130 additions and 7 deletions

View File

@@ -13,8 +13,8 @@ module.exports = {
var link = args[1];
libFlayer.addSource(title,link);
message.reply(
`Adding ${title} to the list of RSS sources`);
message.reply(`Adding ${title} to the list of RSS sources`);
libFlayer.writeFeed();
libFlayer.loadFeeds();
},