UNPKG

@ayanaware/bentocord

Version:

Bentocord is a Bento plugin designed to rapidly build fully functional Discord Bots.

5 lines (4 loc) 254 B
import type { BaseContext } from './BaseContext'; import type { InteractionContext } from './InteractionContext'; import type { MessageContext } from './MessageContext'; export declare type AnyContext = BaseContext | MessageContext | InteractionContext;