moving to airtable design
This commit is contained in:
@@ -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`);
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user