aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moulberry-bush
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-30 19:12:48 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-09-30 19:12:48 -0400
commitaa4cb7e51823f7a2c884c17a8d1010217cce301b (patch)
treebffc7261296f4ee6d164efd18713c0ec5b1dd104 /src/commands/moulberry-bush
parent0ecad260c69fffa751fb5d245e0e4f804191970b (diff)
downloadtanzanite-aa4cb7e51823f7a2c884c17a8d1010217cce301b.tar.gz
tanzanite-aa4cb7e51823f7a2c884c17a8d1010217cce301b.tar.bz2
tanzanite-aa4cb7e51823f7a2c884c17a8d1010217cce301b.zip
convert multiword commands to use '-' as a word separator
Diffstat (limited to 'src/commands/moulberry-bush')
-rw-r--r--src/commands/moulberry-bush/capePerms.ts8
-rw-r--r--src/commands/moulberry-bush/giveawayPing.ts8
-rw-r--r--src/commands/moulberry-bush/moulHammer.ts2
-rw-r--r--src/commands/moulberry-bush/serverStatus.ts4
4 files changed, 11 insertions, 11 deletions
diff --git a/src/commands/moulberry-bush/capePerms.ts b/src/commands/moulberry-bush/capePerms.ts
index 2481e3e..978d8e5 100644
--- a/src/commands/moulberry-bush/capePerms.ts
+++ b/src/commands/moulberry-bush/capePerms.ts
@@ -4,13 +4,13 @@ import got from 'got';
export default class CapePermissionsCommand extends BushCommand {
public constructor() {
- super('capepermissions', {
- aliases: ['capeperms', 'capeperm', 'capepermissions'],
+ super('capePermissions', {
+ aliases: ['cape-perms', 'cape-perm', 'cape-permissions'],
category: "Moulberry's Bush",
description: {
content: 'A command to see what capes someone has access to.',
- usage: 'capeperms <user>',
- examples: ['capeperms IRONM00N']
+ usage: 'cape-perms <user>',
+ examples: ['cape-perms IRONM00N']
},
args: [
{
diff --git a/src/commands/moulberry-bush/giveawayPing.ts b/src/commands/moulberry-bush/giveawayPing.ts
index 4b96e07..18f4acf 100644
--- a/src/commands/moulberry-bush/giveawayPing.ts
+++ b/src/commands/moulberry-bush/giveawayPing.ts
@@ -2,13 +2,13 @@ import { AllowedMentions, BushCommand, BushMessage } from '@lib';
export default class GiveawayPingCommand extends BushCommand {
public constructor() {
- super('giveawayping', {
- aliases: ['giveawayping', 'giveawaypong'],
+ super('giveawayPing', {
+ aliases: ['giveaway-ping', 'giveaway-pong'],
category: "Moulberry's Bush",
description: {
content: 'Pings the giveaway role.',
- usage: 'giveawayping',
- examples: ['giveawayping']
+ usage: 'giveaway-ping',
+ examples: ['giveaway-ping']
},
clientPermissions: ['MANAGE_MESSAGES'],
userPermissions: ['SEND_MESSAGES', 'MANAGE_GUILD', 'MANAGE_MESSAGES', 'BAN_MEMBERS', 'KICK_MEMBERS', 'VIEW_CHANNEL'],
diff --git a/src/commands/moulberry-bush/moulHammer.ts b/src/commands/moulberry-bush/moulHammer.ts
index 8e78031..d5930b5 100644
--- a/src/commands/moulberry-bush/moulHammer.ts
+++ b/src/commands/moulberry-bush/moulHammer.ts
@@ -4,7 +4,7 @@ import { BushCommand, BushMessage } from '../../lib';
export default class MoulHammerCommand extends BushCommand {
public constructor() {
super('moulHammer', {
- aliases: ['moulhammer'],
+ aliases: ['moul-hammer'],
category: "Moulberry's Bush",
description: {
content: 'A command to moul hammer members.',
diff --git a/src/commands/moulberry-bush/serverStatus.ts b/src/commands/moulberry-bush/serverStatus.ts
index 004329d..8ff9803 100644
--- a/src/commands/moulberry-bush/serverStatus.ts
+++ b/src/commands/moulberry-bush/serverStatus.ts
@@ -4,8 +4,8 @@ import { BushCommand, BushMessage } from '../../lib';
export default class ServerStatusCommand extends BushCommand {
public constructor() {
- super('serverstatus', {
- aliases: ['serverstatus', 'ss'],
+ super('serverStatus', {
+ aliases: ['server-status', 'ss'],
category: "Moulberry's Bush",
description: {
usage: 'serverstatus',