From 798dcb569a06a49d15b08c4eff2d893cafbe300b Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:52:40 +0200 Subject: fix features command description --- src/commands/config/features.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, -- cgit