aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/setLevel.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/setLevel.ts')
-rw-r--r--src/commands/dev/setLevel.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/setLevel.ts b/src/commands/dev/setLevel.ts
index 9903013..2a807f8 100644
--- a/src/commands/dev/setLevel.ts
+++ b/src/commands/dev/setLevel.ts
@@ -6,7 +6,7 @@ import { Level } from '../../lib/models';
import AllowedMentions from '../../lib/utils/AllowedMentions';
export default class SetLevelCommand extends BushCommand {
- constructor() {
+ public constructor() {
super('setlevel', {
aliases: ['setlevel'],
category: 'dev',