From c96f7983fb84329f6fce61e7b0d43729fd388e9c Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sat, 25 Feb 2023 04:51:04 -0500 Subject: [PATCH] Renamed to make more sense --- commands/{update.js => reload.js} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename commands/{update.js => reload.js} (93%) 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) {