diff options
Diffstat (limited to 'src/tasks/unmute.ts')
-rw-r--r-- | src/tasks/unmute.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tasks/unmute.ts b/src/tasks/unmute.ts index 6513345..a259b17 100644 --- a/src/tasks/unmute.ts +++ b/src/tasks/unmute.ts @@ -5,7 +5,7 @@ import { Guild } from '../lib/models'; import { Mute } from '../lib/models/Mute'; export default class UnmuteTask extends BushTask { - constructor() { + public constructor() { super('unmute', { delay: 30_000, // 1/2 min runOnStart: true |