UNPKG
@kotori-bot/kotori-plugin-core
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.0
core plugin
@kotori-bot/kotori-plugin-core
/
lib
/
index.d.ts
4 lines
(3 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
import
{
type
Context
}
from
'kotori-bot'
;
export
declare
const
lang
:
string
[];
export
declare
function
main
(
ctx
:
Context
):
void
;