From 0cfe7bd6fa0b43546a387f4498afd3ff2918cb73 Mon Sep 17 00:00:00 2001 From: Braden Wiggins <55504972+FractalHQ@users.noreply.github.com> Date: Sun, 21 Aug 2022 14:03:24 -0400 Subject: [PATCH] Update loading.md brevity --- docs/guide/commands/loading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/commands/loading.md b/docs/guide/commands/loading.md index 4a8157d0..8b9e10c7 100644 --- a/docs/guide/commands/loading.md +++ b/docs/guide/commands/loading.md @@ -8,7 +8,7 @@ If you want to load automatically from your file system you can pass in a string ```js const client = new JellyCommands({ - commands: 'src/commands' // This would mean it loads all commands in src/commands + commands: 'src/commands' // Loads all commands in src/commands }) ```