diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-27 01:54:16 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-05-27 01:54:16 +0000 |
commit | 5982dd356238ebd8d8d2b9400635cf0fd13be5eb (patch) | |
tree | 58a5c9b8c1a8a1e7bbe976f2ce08edb06ed9da8a /src/commands/moderation/modlogCommand.ts | |
parent | cd0f853a2e4732cea5356f9ee3603bb804b0ab1f (diff) | |
download | tanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.tar.gz tanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.tar.bz2 tanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.zip |
Automatically format code
Diffstat (limited to 'src/commands/moderation/modlogCommand.ts')
-rw-r--r-- | src/commands/moderation/modlogCommand.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/modlogCommand.ts b/src/commands/moderation/modlogCommand.ts index 3e394ba..2df4745 100644 --- a/src/commands/moderation/modlogCommand.ts +++ b/src/commands/moderation/modlogCommand.ts @@ -10,7 +10,7 @@ export default class ModlogCommand extends BushCommand { constructor() { super('modlog', { aliases: ['modlog', 'modlogs'], - category: "moderation", + category: 'moderation', args: [ { id: 'search', |