moving to airtable design

This commit is contained in:
John Facey
2021-12-24 01:20:45 -06:00
parent f8ff15a018
commit e85d5644d4
6 changed files with 168 additions and 33 deletions

View File

@@ -4,11 +4,11 @@ module.exports = {
name: 'update',
description: 'Get RSS Source Link',
execute(message, args) {
message.reply(`Updating Sources`);
libFlayer.getConfig();
message.reply(`Loading Feeds from Sources`);
libFlayer.loadFeeds();
feedArray = libFlayer.getFeeds();
message.reply(`Sources Updated`);
}
};