UNPKG

djs-systems

Version:

The simplest way to build complex Discord bots.

7 lines (6 loc) 273 B
import { Client, Message } from 'discord.js'; import { bumpOptions } from '../bumpReminder'; /** * @deprecated Use {@link bumpReminder()} */ export declare function bumpSystem(client: Client, message: Message | bumpOptions, options: bumpOptions): Promise<boolean>;