spacecommands 3.6.3 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
const required_roles_1 = __importDefault(require("../models/required-roles"));
|
|
6
6
|
const commands_1 = __importDefault(require("../models/commands"));
|
|
7
7
|
module.exports = {
|
|
8
|
-
description: 'Specifies what role each command requires
|
|
8
|
+
description: 'Specifies what role each command requires (Config)',
|
|
9
9
|
category: 'Configuration',
|
|
10
10
|
permissions: ['Administrator'],
|
|
11
11
|
aliases: ['requiredroles', 'requirerole', 'requireroles'],
|
|
@@ -21,7 +21,7 @@ module.exports = {
|
|
|
21
21
|
autocomplete: true,
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
|
-
name: '
|
|
24
|
+
name: 'roleid',
|
|
25
25
|
description: 'The role ID to require, or "none" to clear',
|
|
26
26
|
required: true,
|
|
27
27
|
type: 'STRING',
|