Skip to content

Commit 422a093

Browse files
committed
fix(command): TS Only - Fixed type of re-export of Command.Context
1 parent aab726d commit 422a093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/structures/Command.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,6 @@ export interface CommandJSON extends AliasPieceJSON {
537537
export namespace Command {
538538
export type Options = CommandOptions;
539539
export type JSON = CommandJSON;
540-
export type Context = CommandContext;
540+
export type Context = AliasPiece.Context;
541541
export type RunInTypes = CommandOptionsRunType;
542542
}

0 commit comments

Comments
 (0)