Removing reload from config
This commit is contained in:
@@ -40,10 +40,6 @@ module.exports = {
|
|||||||
subcommand
|
subcommand
|
||||||
.setName('sendrules-info')
|
.setName('sendrules-info')
|
||||||
.setDescription('Send the rules and info message to a channel.'))
|
.setDescription('Send the rules and info message to a channel.'))
|
||||||
.addSubcommand(subcommand =>
|
|
||||||
subcommand
|
|
||||||
.setName('reload')
|
|
||||||
.setDescription('Reload the bot.'))
|
|
||||||
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator)
|
.setDefaultMemberPermissions(PermissionFlagsBits.Administrator)
|
||||||
.setDMPermission(false),
|
.setDMPermission(false),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user