diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-30 19:12:48 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-09-30 19:12:48 -0400 |
commit | aa4cb7e51823f7a2c884c17a8d1010217cce301b (patch) | |
tree | bffc7261296f4ee6d164efd18713c0ec5b1dd104 /src/commands/moulberry-bush/capePerms.ts | |
parent | 0ecad260c69fffa751fb5d245e0e4f804191970b (diff) | |
download | tanzanite-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/capePerms.ts')
-rw-r--r-- | src/commands/moulberry-bush/capePerms.ts | 8 |
1 files changed, 4 insertions, 4 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: [ { |