Skip to content

Commit

Permalink
fix: export CooldownContext and MessageArgumentContext
Browse files Browse the repository at this point in the history
  • Loading branch information
favna committed Jul 25, 2021
1 parent c16d138 commit 54ba95a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export {
StoreRegistry
} from '@sapphire/pieces';
export type { Awaited } from '@sapphire/utilities';
export type { MessageArgumentContext } from './arguments/CoreMessage';
export * from './lib/errors/ArgumentError';
export * from './lib/errors/Identifiers';
export * from './lib/errors/PreconditionError';
Expand Down Expand Up @@ -44,5 +45,6 @@ export * from './lib/utils/preconditions/containers/PermissionsPrecondition';
export * from './lib/utils/preconditions/IPreconditionContainer';
export * from './lib/utils/preconditions/PreconditionContainerArray';
export * from './lib/utils/preconditions/PreconditionContainerSingle';
export type { CooldownContext } from './preconditions/Cooldown';

export const version = '[VI]{version}[/VI]';

0 comments on commit 54ba95a

Please sign in to comment.