Remove old module mistakenly left in
This commit is contained in:
@@ -26,19 +26,4 @@ module.exports = {
|
||||
//await interaction.reply(err.toString());
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
name: 'sources',
|
||||
description: 'List RSS Sources',
|
||||
execute(message, args) {
|
||||
|
||||
var sourceArray = libCore.getSources();
|
||||
var sourceString = "";
|
||||
sourceArray.forEach(source => {
|
||||
sourceString +=`[${source.title}](${source.link}) \n`;
|
||||
});
|
||||
message.reply(sourceString);
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user