Skip to content

Commit

Permalink
docs(SapphireClient): fix link to DiscordJS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Aug 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent dc0cf8a commit 341d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/SapphireClient.ts
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ export interface SapphireClientOptions {
* Sapphire also automatically detects the folders to scan for pieces, please read {@link StoreRegistry.registerPath}
* for reference. This method is called at the start of the {@link SapphireClient.login} method.
*
* @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/main/stable/typedef/ClientOptions)
* @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)
*
* @since 1.0.0
* @example

0 comments on commit 341d57a

Please sign in to comment.