UNPKG

@globalart/nestcord

Version:

A module for creating Discord bots using NestJS, based on Discord.js

3 lines (2 loc) 191 B
import { MessageCommandContext, SlashCommandContext, UserCommandContext } from '../../../core'; export type CommandContext = MessageCommandContext | SlashCommandContext | UserCommandContext;