UNPKG

corde

Version:

A simple library for Discord bot tests

12 lines (11 loc) 396 B
import { IRoleIdentifier, ITestReport } from "../../../types"; import { IExpectTestBaseParams } from "../../../types"; import { ExpectTest } from "../expectTest"; /** * @internal */ export declare class ToDeleteRole extends ExpectTest { constructor(params: IExpectTestBaseParams); action(roleIdentifier: string | IRoleIdentifier): Promise<ITestReport>; private getRoleOrInvalidMessage; }