Removing reload from config

This commit is contained in:
2023-04-02 10:32:12 +02:00
parent a4249fe856
commit 80f3183daf

View File

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