UNPKG

bdjs

Version:

A potent package for creating Discord bots.

5 lines (4 loc) 259 B
import { DMChannel, NonThreadGuildBasedChannel } from 'discord.js'; import { BaseEvent } from '../structures/Event'; declare const _default: BaseEvent<[DMChannel | NonThreadGuildBasedChannel, DMChannel | NonThreadGuildBasedChannel]>; export default _default;