UNPKG

discord-chatbot

Version:
6 lines 154 B
declare module 'discord-chatbot'{ export class Chatbot{ constructor(ops: object); public chat(message: string) : Promise<String>; } }