Skip to content
This repository was archived by the owner on Dec 24, 2021. It is now read-only.

Commit 8368c3a

Browse files
export Inhibitor
1 parent 39971eb commit 8368c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ declare module 'discord.js-commando' {
471471
group?: boolean;
472472
}
473473

474-
type Inhibitor = (msg: CommandoMessage) => false | string | Inhibition;
474+
export type Inhibitor = (msg: CommandoMessage) => false | string | Inhibition;
475475

476476
export interface Inhibition {
477477
reason: string;

0 commit comments

Comments
 (0)