UNPKG

@twitchfy/chatbot

Version:

A powerful node module to make your own Twitch ChatBot

6 lines (5 loc) 169 B
import type { ChannelEvents } from './ChannelEvents'; /** * All possible events that the chatbot could listen. */ export type Events = ChannelEvents | 'ChatBotReady';