aboutsummaryrefslogtreecommitdiff
path: root/src/commands/admin
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/admin')
-rw-r--r--src/commands/admin/channelPermissions.ts2
-rw-r--r--src/commands/admin/roleAll.ts2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/admin/channelPermissions.ts b/src/commands/admin/channelPermissions.ts
index 993e811..f313a8f 100644
--- a/src/commands/admin/channelPermissions.ts
+++ b/src/commands/admin/channelPermissions.ts
@@ -4,7 +4,7 @@ import { BushCommand, BushMessage } from '../../lib';
export default class ChannelPermissionsCommand extends BushCommand {
public constructor() {
super('channelPermissions', {
- aliases: ['channelperms', 'cperms', 'cperm', 'chanperms', 'chanperm', 'channelpermissions'],
+ aliases: ['channel-perms', 'cperms', 'cperm', 'chanperms', 'chanperm', 'channel-permissions'],
category: 'admin',
typing: true,
description: {
diff --git a/src/commands/admin/roleAll.ts b/src/commands/admin/roleAll.ts
index ca82ca8..d965239 100644
--- a/src/commands/admin/roleAll.ts
+++ b/src/commands/admin/roleAll.ts
@@ -4,7 +4,7 @@ import { AllowedMentions, BushCommand, BushMessage } from '../../lib';
export default class RoleAllCommand extends BushCommand {
public constructor() {
super('roleAll', {
- aliases: ['roleall', 'rall'],
+ aliases: ['role-all', 'rall'],
category: 'admin',
description: {
content: 'Give a role to every member on the server.',