UNPKG

@heapreaper/discordfaker

Version:

Fake events in Discord.js to cut down on development time!

3 lines (2 loc) 165 B
import { Client, Message } from 'discord.js'; export declare function fakeMessage(client: Client, content?: string, authorId?: string, channelId?: string): Message;