UNPKG

corde

Version:

A simple library for Discord bot tests

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