djs-systems
Version:
The simplest way to build complex Discord bots.
7 lines (6 loc) • 307 B
TypeScript
import { ticketSetupOptions } from '../ticketSetup';
import { ExtendedMessage, ExtendedInteraction } from '../typedef';
/**
* @deprecated Use {@link ticketSetup()}
*/
export declare function ticketSystem(msgOrInt: ExtendedMessage | ExtendedInteraction, options?: ticketSetupOptions): Promise<void>;