Renamed to make more sense
This commit is contained in:
@@ -6,9 +6,9 @@ const log = new DebugBuilder("server", "update");
|
|||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
data: new SlashCommandBuilder()
|
data: new SlashCommandBuilder()
|
||||||
.setName('update')
|
.setName('reload')
|
||||||
.setDescription('Reloads all RSS feeds'),
|
.setDescription('Reloads all RSS feeds'),
|
||||||
example: "update",
|
example: "reload",
|
||||||
isPrivileged: false,
|
isPrivileged: false,
|
||||||
requiresTokens: false,
|
requiresTokens: false,
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
Reference in New Issue
Block a user