Skip to content

Commit

Permalink
fix: update outdated Args path in jsdoc (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Claassens <support@favware.tech>
  • Loading branch information
Lioness100 and favna committed Oct 19, 2021
1 parent 6d40eb6 commit cd7f1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/structures/Argument.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export interface IArgument<T> {
*
* // Augment the ArgType structure so `args.pick('url')`, `args.repeat('url')`
* // and others have a return type of `URL`.
* declare module '@sapphire/framework/dist/lib/utils/Args' {
* declare module '@sapphire/framework' {
* export interface ArgType {
* url: URL;
* }
Expand Down

0 comments on commit cd7f1cc

Please sign in to comment.