UNPKG

koishi-plugin-adapter-matrix

Version:

Matrix Adapter for koishi

10 lines (9 loc) 243 B
import { MatrixBot } from './bot'; import * as Matrix from './types'; declare module '@satorijs/satori' { interface Session { matrix: Matrix.Internal & Matrix.ClientEvent; } } export * from './types'; export default MatrixBot;