From 80f3183daf140f489b3f549e763cc1a8e9d9dbc1 Mon Sep 17 00:00:00 2001 From: Taken Date: Sun, 2 Apr 2023 10:32:12 +0200 Subject: [PATCH] Removing reload from config --- commands/config.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/commands/config.js b/commands/config.js index 2d60011..61dd08a 100644 --- a/commands/config.js +++ b/commands/config.js @@ -40,10 +40,6 @@ module.exports = { subcommand .setName('sendrules-info') .setDescription('Send the rules and info message to a channel.')) - .addSubcommand(subcommand => - subcommand - .setName('reload') - .setDescription('Reload the bot.')) .setDefaultMemberPermissions(PermissionFlagsBits.Administrator) .setDMPermission(false),