updating exit logic

This commit is contained in:
John Facey
2021-12-04 14:51:20 -06:00
parent b4b29fbe8f
commit 73b6acf423
3 changed files with 9 additions and 9 deletions

View File

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