UNPKG

@averagehelper/corde

Version:

A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)

5 lines (4 loc) 321 B
import { TestReport } from "../../interfaces/testReport"; import { CordeBot } from "../../../core"; import { MessageData } from "../../../types"; export declare function toRemoveReaction(commandName: string, isNot: boolean, cordeBot: CordeBot, removedReactions: string[], messageData?: MessageData): Promise<TestReport>;