Working RSS Feeds

- Need to get worker in the background to update the sources
This commit is contained in:
Logan Cusano
2023-02-25 19:51:49 -05:00
parent ae071be8b8
commit d33f1ceccc
9 changed files with 218 additions and 250 deletions

View File

@@ -43,6 +43,5 @@ module.exports = {
log.ERROR(err)
await interaction.reply(err.toString());
}
libCore.loadFeeds();
}
};