UNPKG

@necord/localization

Version:

Localize your Discord bot with Necord!

3 lines (2 loc) 184 B
import { MessageCommandContext, SlashCommandContext, UserCommandContext } from 'necord'; export type CommandContext = MessageCommandContext | SlashCommandContext | UserCommandContext;