UNPKG
discord-chatbot
Version:
latest (2.1.0)
2.1.0
2.0.2
2.0.1
2.0.0
1.0.0
A simple Chatbot for your Discord bot
github.com/udit2303/discord-chatbot
udit2303/discord-chatbot
discord-chatbot
/
index.d.ts
6 lines
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
'discord-chatbot'
{
export
class
Chatbot
{
constructor
(
ops
:
object
);
public
chat
(
message
:
string
) :
Promise
<
String
>; } }