UNPKG

@heapreaper/discordfaker

Version:

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

3 lines (2 loc) 116 B
import { Client, TextChannel } from 'discord.js'; export declare function fakeChannel(client: Client): TextChannel;