We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921e9e3 commit 711d04eCopy full SHA for 711d04e
nonebot_plugin_fishspeech_tts/__init__.py
@@ -33,7 +33,7 @@
33
name="FishSpeechTTS",
34
description="一个插件,通过调用在线或本地api发送TTS语音",
35
usage="发送:[发音人]说[文本]即可发送TTS语音",
36
- homepage="https://github.com/Cvandia/nonebot-plugin-game-torrent",
+ homepage="https://github.com/Cvandia/nonebot-plugin-fishspeech-tts",
37
config=Config,
38
type="application",
39
supported_adapters=inherit_supported_adapters("nonebot_plugin_alconna"),
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "nonebot-plugin-fishspeech-tts"
3
-version = "0.1.4"
+version = "0.1.5"
4
description = "一个插件,通过调用在线或本地api发送TTS语音"
5
authors = ["divandia <106718176+Cvandia@users.noreply.github.com>"]
6
license = "MIT"
0 commit comments