matrix-spam-ml

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml.git
Log | Files | Refs | Submodules | README | LICENSE

commandHandler.ts (203B)


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