Renamed to make more sense

This commit is contained in:
Logan Cusano
2023-02-25 04:51:04 -05:00
parent 541148311a
commit c96f7983fb

View File

@@ -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) {