UNPKG

corde

Version:

A simple library for Discord bot tests

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