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

Commit d8433f3

Browse files
chore: add close function to typescript declarations
1 parent a127dc3 commit d8433f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/MeowerBot.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ declare class Bot {
77
onLogin(callback: Function): void;
88
onCommand(command: string, callback: Function): void;
99
send(message: object): void;
10+
close(): void;
1011
}
1112

1213
declare class API {

0 commit comments

Comments
 (0)