UNPKG
koishi-plugin-emojiluna
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Smart emoji management plugin with AI categorization
ChatLunaLab/emojiluna
koishi-plugin-emojiluna
/
lib
/
adapters
/
commands.d.ts
4 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
import
{
Context
}
from
'koishi'
;
import
{
Config
}
from
'../config'
;
export
declare
function
applyCommands
(
ctx: Context, config: Config
):
void
;