UNPKG

@twitchfy/chatbot

Version:

A powerful node module to make your own Twitch ChatBot

6 lines (5 loc) 197 B
import type { Permission } from '../enums'; /** * The required permissions for the command returned on the onPermissionsFallback function. */ export type RequiredPerms = (Permission | string)[];