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.
1 parent affa155 commit 0cfe7bdCopy full SHA for 0cfe7bd
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