diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-06 19:52:40 +0200 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-06 19:52:40 +0200 |
commit | 798dcb569a06a49d15b08c4eff2d893cafbe300b (patch) | |
tree | d1e06db95bb4a14caa86f8feb67a1fe1b559b093 | |
parent | eb417485c9c8171f20ec30519dcfdbe60c267fef (diff) | |
download | tanzanite-798dcb569a06a49d15b08c4eff2d893cafbe300b.tar.gz tanzanite-798dcb569a06a49d15b08c4eff2d893cafbe300b.tar.bz2 tanzanite-798dcb569a06a49d15b08c4eff2d893cafbe300b.zip |
fix features command description
-rw-r--r-- | src/commands/config/features.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/config/features.ts b/src/commands/config/features.ts index affcde3..e119936 100644 --- a/src/commands/config/features.ts +++ b/src/commands/config/features.ts @@ -25,7 +25,7 @@ export default class FeaturesCommand extends BushCommand { super('features', { aliases: ['features'], category: 'config', - description: 'Toggle features the server.', + description: 'Toggle the features of the server.', usage: ['features'], examples: ['features'], slash: true, |