Update references to libFlayer
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
var libFlayer = require("../libFlayer.js");
|
||||
var libCore = require("../libCore.js");
|
||||
|
||||
module.exports = {
|
||||
name: 'update',
|
||||
@@ -6,11 +6,11 @@ module.exports = {
|
||||
execute(message, args) {
|
||||
message.reply(`Loading Feeds from Sources`);
|
||||
try {
|
||||
libFlayer.loadFeeds();
|
||||
libCore.loadFeeds();
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
}
|
||||
feedArray = libFlayer.getFeeds();
|
||||
feedArray = libCore.getFeeds();
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user