UNPKG

anony-mpp-client

Version:

A fast and awesome mpp bot client created by anonydiamond

10 lines 216 B
export interface BotOptions { name: string color: string onlineMessage?: string channel: string avoidServerChrash?: boolean logDisconnectReason?: boolean logOnConnect?: string }