diff --git a/commands/update.js b/commands/reload.js similarity index 93% rename from commands/update.js rename to commands/reload.js index defb88b..1f692ef 100644 --- a/commands/update.js +++ b/commands/reload.js @@ -6,9 +6,9 @@ const log = new DebugBuilder("server", "update"); module.exports = { data: new SlashCommandBuilder() - .setName('update') + .setName('reload') .setDescription('Reloads all RSS feeds'), - example: "update", + example: "reload", isPrivileged: false, requiresTokens: false, async execute(interaction) {