diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-28 09:31:11 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-11-28 09:31:11 -0500 |
commit | 5569151f8e02f1ada0d5939b4867bcf8d5e15691 (patch) | |
tree | b4f3e91fdb70bea2da8d3515f9108e87cf455614 /src/commands/moderation/mute.ts | |
parent | 193bf9aee438092227197492e3e0375cef19ba3a (diff) | |
parent | b8f56d508d16a9ab492d46b05b0534c4db7c74b8 (diff) | |
download | tanzanite-5569151f8e02f1ada0d5939b4867bcf8d5e15691.tar.gz tanzanite-5569151f8e02f1ada0d5939b4867bcf8d5e15691.tar.bz2 tanzanite-5569151f8e02f1ada0d5939b4867bcf8d5e15691.zip |
Merge branch 'master' of https://github.com/NotEnoughUpdates/bush-bot
Diffstat (limited to 'src/commands/moderation/mute.ts')
-rw-r--r-- | src/commands/moderation/mute.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/mute.ts b/src/commands/moderation/mute.ts index 0584d97..a18c04e 100644 --- a/src/commands/moderation/mute.ts +++ b/src/commands/moderation/mute.ts @@ -25,7 +25,7 @@ export default class MuteCommand extends BushCommand { prompt: 'Why should this user be muted and for how long?', retry: '{error} Choose a valid mute reason and duration.', optional: true, - slashType:'STRING' + slashType: 'STRING' }, { id: 'force', |