This commit is contained in:
Daniel Odendahl Jr
2017-06-17 03:26:31 +00:00
parent 5bb78126a9
commit fd4e35533a
129 changed files with 322 additions and 319 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ module.exports = class ClearSettingCommand extends Command {
type: 'string',
validate: (setting) => {
if (settings.includes(setting)) return true;
else return `Please enter one of the following: ${settings.join(', ')}.`;
else return `Please enter one of the following: ${settings.join(', ')}`;
}
}
]
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class InviteGuardCommand extends Command {
name: 'invite-guard',
group: 'settings',
memberName: 'invite-guard',
description: 'Configures auto-delete for invites.',
description: 'Turns on auto-deletion of invites.',
guildOnly: true,
userPermissions: ['ADMINISTRATOR']
});
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class MemberLogCommand extends Command {
name: 'member-channel',
group: 'settings',
memberName: 'member-channel',
description: 'Sets the channel for the member logs to be sent.',
description: 'Sets a channel for member join/leave logs to be sent.',
guildOnly: true,
userPermissions: ['ADMINISTRATOR'],
args: [
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class ModChannelCommand extends Command {
name: 'mod-channel',
group: 'settings',
memberName: 'mod-channel',
description: 'Sets the channel for the mod logs to be sent.',
description: 'Sets a channel for mod logs to be sent.',
guildOnly: true,
userPermissions: ['ADMINISTRATOR'],
args: [
+1 -1
View File
@@ -6,7 +6,7 @@ module.exports = class StarboardCommand extends Command {
name: 'starboard',
group: 'settings',
memberName: 'starboard',
description: 'Sets the channel for the starboard.',
description: 'Sets a channel for the starboard.',
guildOnly: true,
userPermissions: ['ADMINISTRATOR'],
args: [