UNPKG

seyfert

Version:

The most advanced framework for discord bots

4 lines (3 loc) 212 B
import type { APIBaseInteraction } from './base'; import type { InteractionType } from './responses'; export type APIPingInteraction = Omit<APIBaseInteraction<InteractionType.Ping, never>, 'locale' | 'channel'>;