UNPKG
chatcord
Version:
latest (0.0.5)
0.0.5
0.0.3
0.0.2
Simple NPM Package to make easy Chat Bot!
chatcord
/
index.d.ts
7 lines
(5 loc)
•
120 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
const
version
:
string
;
export
class
Client
{
constructor
(
);
public
chat
(
stimulus
:
string
):
string
; }