#16 Fix bug in rss remove
- A dependency of remove was missing the log object - Updated discord output for all RSS commands
This commit is contained in:
@@ -38,6 +38,7 @@ export const execute = async (nodeIo, interaction) => {
|
||||
//await interaction.reply(`**Online Sockets: '${sockets}'**`);
|
||||
await interaction.reply('Triggering RSS update');
|
||||
await updateFeeds(interaction.client);
|
||||
await interaction.editReply('RSS Update Completed');
|
||||
//await interaction.channel.send('**Pong.**');
|
||||
} catch (err) {
|
||||
console.error(err);
|
||||
|
||||
Reference in New Issue
Block a user