Skip to content

Commit e0552d0

Browse files
authored
Merge pull request #249 from Euphemus1/fix/disable-command-clean
feat(restrictTolerance): disable command by default
2 parents 597d368 + 4f1f482 commit e0552d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/mod/restriction/restrictTolerance.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export class RestrictToleranceCommand extends Command {
2929
aliases: ['rt'],
3030
description: 'Restricts a user for bigoted reasons',
3131
preconditions: ['ModOnly'],
32+
enabled: false,
3233
});
3334
}
3435

0 commit comments

Comments
 (0)