UNPKG

djs-systems

Version:

The simplest way to build complex Discord bots.

7 lines (6 loc) 249 B
import { Channel, Client } from 'discord.js'; import { memeOptions } from '../meme'; /** * @deprecated Use {@link meme()} */ export declare function automeme(clientOrChannel: Client<boolean> | Channel, options?: memeOptions): Promise<void>;