random and feed saving started
This commit is contained in:
@@ -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();
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user