aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-01 16:25:44 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-02-01 16:25:44 -0500
commite743f268b17bc486ba05de9351f14e634d900521 (patch)
treec3ddb15c4933c9353506fbc4682a7d4baaee2cf0 /src/commands/dev
parent6e74b5fc9c68b5a919ec32304e2809751ab8fec5 (diff)
downloadtanzanite-e743f268b17bc486ba05de9351f14e634d900521.tar.gz
tanzanite-e743f268b17bc486ba05de9351f14e634d900521.tar.bz2
tanzanite-e743f268b17bc486ba05de9351f14e634d900521.zip
fixes & inconsistencies
Diffstat (limited to 'src/commands/dev')
-rw-r--r--src/commands/dev/superUser.ts4
-rw-r--r--src/commands/dev/syncAutomod.ts2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/commands/dev/superUser.ts b/src/commands/dev/superUser.ts
index 9cdac4a..7b75672 100644
--- a/src/commands/dev/superUser.ts
+++ b/src/commands/dev/superUser.ts
@@ -4,8 +4,8 @@ import { ArgumentTypeCasterReturn } from 'discord-akairo/dist/src/struct/command
export default class SuperUserCommand extends BushCommand {
public constructor() {
- super('superuser', {
- aliases: ['superuser', 'su'],
+ super('superUser', {
+ aliases: ['super-user', 'su'],
category: 'dev',
description: 'A command to manage superusers.',
usage: ['superuser <add/remove> <user>'],
diff --git a/src/commands/dev/syncAutomod.ts b/src/commands/dev/syncAutomod.ts
index 523a624..4d4a6d7 100644
--- a/src/commands/dev/syncAutomod.ts
+++ b/src/commands/dev/syncAutomod.ts
@@ -5,7 +5,7 @@ import { NodeVM } from 'vm2';
export default class SyncAutomodCommand extends BushCommand {
public constructor() {
- super('sync-automod', {
+ super('syncAutomod', {
aliases: ['sync-automod'],
category: 'dev',
description: 'Syncs automod info with the github repository.',