UNPKG

@averagehelper/corde

Version:

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

4 lines (3 loc) 238 B
import { TestReport } from "../../interfaces/testReport"; import { CordeBot } from "../../../core"; export declare function toAddReaction(commandName: string, isNot: boolean, cordeBot: CordeBot, reactions: string[]): Promise<TestReport>;