aboutsummaryrefslogtreecommitdiff
path: root/src/commands
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-07-06 19:52:40 +0200
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-07-06 19:52:40 +0200
commit798dcb569a06a49d15b08c4eff2d893cafbe300b (patch)
treed1e06db95bb4a14caa86f8feb67a1fe1b559b093 /src/commands
parenteb417485c9c8171f20ec30519dcfdbe60c267fef (diff)
downloadtanzanite-798dcb569a06a49d15b08c4eff2d893cafbe300b.tar.gz
tanzanite-798dcb569a06a49d15b08c4eff2d893cafbe300b.tar.bz2
tanzanite-798dcb569a06a49d15b08c4eff2d893cafbe300b.zip
fix features command description
Diffstat (limited to 'src/commands')
-rw-r--r--src/commands/config/features.ts2
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,