Skip to content

Commit 2f160ba

Browse files
authoredNov 16, 2023
docs: fix link to discord.js (#683)
1 parent 3dc2019 commit 2f160ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib/SapphireClient.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export interface SapphireClientOptions {
178178
* Sapphire also automatically detects the folders to scan for pieces, please read {@link StoreRegistry.registerPath}
179179
* for reference. This method is called at the start of the {@link SapphireClient.login} method.
180180
*
181-
* @see {@link SapphireClientOptions} for all options available to the Sapphire Client. You can also provide all of discord.js' [ClientOptions](https://old.discordjs.dev/#/docs/discord.js/main/typedef/ClientOptions)
181+
* @see {@link SapphireClientOptions} for all options available to the Sapphire Client. You can also provide all of discord.js' [ClientOptions](https://discord.js.org/docs/packages/discord.js/main/ClientOptions:Interface)
182182
*
183183
* @since 1.0.0
184184
* @example

0 commit comments

Comments
 (0)
Please sign in to comment.