UNPKG
koishi-plugin-genshin-voice
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Genshin character speech synthesis
genshin.koishi.chat/plugins/voice.html
koishijs/genshin-bot
koishi-plugin-genshin-voice
/
lib
/
index.d.ts
7 lines
(6 loc)
•
233 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Context
,
Schema
}
from
'koishi'
;
export
declare
const
name =
"genshin-voice"
;
export
interface
Config
{ }
export
declare
const
Config
:
Schema
<
Config
>;
export
declare
function
apply
(
ctx
:
Context
,
config
:
Config
):
void
;