UNPKG
koishi-plugin-adapter-matrix
Version:
latest (3.0.0)
3.0.0
2.1.0
2.0.2
2.0.1
2.0.0
1.0.1
1.0.0
Matrix Adapter for koishi
Anillc/koishi-plugin-adapter-matrix
koishi-plugin-adapter-matrix
/
lib
/
index.d.ts
10 lines
(9 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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
;