UNPKG

bdjs

Version:

A potent package for creating Discord bots.

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