We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce72862 + 0cfe7bd commit 9222a8dCopy full SHA for 9222a8d
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
8
9
```js
10
const client = new JellyCommands({
11
- commands: 'src/commands' // This would mean it loads all commands in src/commands
+ commands: 'src/commands' // Loads all commands in src/commands
12
})
13
```
14
0 commit comments