UNPKG

pockybot

Version:

Spark bot that handles team recognition

10 lines (9 loc) 210 B
import * as xml from 'libxmljs'; export interface ParsedMessage { fromPerson: string; toPersonId?: string; botId?: string; children: xml.Element[]; command?: string; comment?: string; }