Skip to content
This repository was archived by the owner on Aug 22, 2023. It is now read-only.

Commit 2ecba48

Browse files
committed
fix: added load function
1 parent bdc2425 commit 2ecba48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugin.ts

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export interface IPlugin {
6666

6767
findCommand(id: string, opts: {must: true}): Command.Class
6868
findCommand(id: string, opts?: {must: boolean}): Command.Class | undefined
69+
load(): Promise<void>
6970
}
7071

7172
const debug = Debug()

0 commit comments

Comments
 (0)