UNPKG
kotori-plugin-requester
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Listen delete message and request event call to master
kotori-plugin-requester
/
lib
/
index.d.ts
6 lines
(5 loc)
•
239 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
type
Context
,
Tsu
}
from
'kotori-bot'
;
export
declare
const
lang
:
string
[];
export
declare
const
config
:
any
;
export
declare
const
inject
:
string
[];
export
declare
function
main
(
ctx
:
Context
,
cfg
:
Tsu
.infer<
typeof
config>
):
void
;