diff options
Diffstat (limited to 'src/commands/moderation/_activePunishments.ts')
-rw-r--r-- | src/commands/moderation/_activePunishments.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/_activePunishments.ts b/src/commands/moderation/_activePunishments.ts index d40f2ba..98c4912 100644 --- a/src/commands/moderation/_activePunishments.ts +++ b/src/commands/moderation/_activePunishments.ts @@ -5,7 +5,7 @@ // export default class ActivePunishmentsCommand extends BushCommand { // public constructor() { -// super('active-punishments', { +// super('activePunishments', { // aliases: ['active-punishments', 'ap'], // category: 'moderation', // description: 'Gets a list of all the active punishment in the server.', |