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/server-config/prefixCommand.ts | |
parent | cd0f853a2e4732cea5356f9ee3603bb804b0ab1f (diff) | |
download | tanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.tar.gz tanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.tar.bz2 tanzanite-5982dd356238ebd8d8d2b9400635cf0fd13be5eb.zip |
Automatically format code
Diffstat (limited to 'src/commands/server-config/prefixCommand.ts')
-rw-r--r-- | src/commands/server-config/prefixCommand.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/server-config/prefixCommand.ts b/src/commands/server-config/prefixCommand.ts index ac85922..cf70bd2 100644 --- a/src/commands/server-config/prefixCommand.ts +++ b/src/commands/server-config/prefixCommand.ts @@ -8,7 +8,7 @@ export default class PrefixCommand extends BushCommand { constructor() { super('prefix', { aliases: ['prefix'], - category: "server config", + category: 'server config', args: [ { id: 'prefix' |