Skip to content

Commit 46baec7

Browse files
committed
fix bulkRegister link
1 parent a92d7d9 commit 46baec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/docs/pages/typedef/CommandKit.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The array of developer role IDs which was set when [instantiating CommandKit](/d
4747
- Props type: `'dev'` | `'global'` | [`ReloadType`](/enums/ReloadType) (optional)
4848
- Return type: `Promise<void>`
4949

50-
Reloads application commands. Using "dev" will only reload commands marked with `devOnly`, and using "global" will do the opposite. Not passing in a property will reload both dev and global commands. The reload behaviour depends on [`bulkRegister`](/docs/commandkit-setup#bulkregister---optional).
50+
Reloads application commands. Using "dev" will only reload commands marked with `devOnly`, and using "global" will do the opposite. Not passing in a property will reload both dev and global commands. The reload behaviour depends on [`bulkRegister`](/docs/commandkit-setup#bulkregister-optional).
5151

5252
### `reloadEvents`
5353

0 commit comments

Comments
 (0)