Skip to content

Commit cd7f1cc

Browse files
Lioness100favna
andauthored
fix: update outdated Args path in jsdoc (#309)
Co-authored-by: Jeroen Claassens <[email protected]>
1 parent 6d40eb6 commit cd7f1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/structures/Argument.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface IArgument<T> {
5959
*
6060
* // Augment the ArgType structure so `args.pick('url')`, `args.repeat('url')`
6161
* // and others have a return type of `URL`.
62-
* declare module '@sapphire/framework/dist/lib/utils/Args' {
62+
* declare module '@sapphire/framework' {
6363
* export interface ArgType {
6464
* url: URL;
6565
* }

0 commit comments

Comments
 (0)