aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/syncAutomod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/syncAutomod.ts')
-rw-r--r--src/commands/dev/syncAutomod.ts2
1 files changed, 1 insertions, 1 deletions
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.',