UNPKG

djs-systems

Version:

The simplest way to build complex Discord bots.

8 lines (7 loc) 395 B
import { ExtendedInteraction, ExtendedMessage } from '../typedef'; import { GiveawayResolve, giveawayOptions } from '../giveaway'; import { EndResolve } from '../handler/manageGiveaway'; /** * @deprecated Use {@link giveaway()} */ export declare function giveawaySystem(msgOrInt: ExtendedMessage | ExtendedInteraction, options?: giveawayOptions): Promise<GiveawayResolve | EndResolve>;