bot/src/commands/commandHandler.ts

7 lines
203 B
TypeScript

//import { MatrixClient } from "matrix-bot-sdk";
// TODO: Add needed functions and then implement
// abstract class CommandHandler {
// constructor(protected readonly client: MatrixClient) { }
// }