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),