Files
Draupnir/test/commands/CommandClient.ts
gnuxie beb9152b10 New command system working in appservice
This commit is NOT contributed under the Apache-2.0 License.
Copyright (C) 2022 Gnuxie <Gnuxie@protonmail.com>
All rights reserved.
2023-01-14 18:33:06 +00:00

26 lines
525 B
TypeScript

/**
* Copyright (C) 2022 Gnuxie <Gnuxie@protonmail.com>
*/
import { MatrixSendClient } from "../../src/MatrixEmitter";
/**
* Do the ReadItems need to be readable?
* Probably yes!!!
*/
export class MatrixInterfaceClient {
constructor(
private readonly client: MatrixSendClient,
private readonly commandRoomId: string,
) {
}
public sendCommand
}
// so we have a few options
// ignore matrix and use the executor result
// try and verify the writen result
// i know which is easier....