We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Args
1 parent 6d40eb6 commit cd7f1ccCopy full SHA for cd7f1cc
src/lib/structures/Argument.ts
@@ -59,7 +59,7 @@ export interface IArgument<T> {
59
*
60
* // Augment the ArgType structure so `args.pick('url')`, `args.repeat('url')`
61
* // and others have a return type of `URL`.
62
- * declare module '@sapphire/framework/dist/lib/utils/Args' {
+ * declare module '@sapphire/framework' {
63
* export interface ArgType {
64
* url: URL;
65
* }
0 commit comments