Skip to content

Commit

Permalink
fix : bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmreg committed Jan 31, 2024
1 parent c3f48c0 commit 2d77c67
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ eng2kana.json
data/rtlife.json

.python-version
.venv/
2 changes: 1 addition & 1 deletion cogs/tts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ async def routine(self, ctx: UnionContext):

@routine.command("set", aliases=("s", "設定"))
@app_commands.describe(voice="ネタ音声のURL", aliases="送信する文字列")
async def set_routine(self, ctx: UnionContext, voice: Literal["up", str], *, aliases):
async def set_routine(self, ctx: UnionContext, voice: str, *, aliases):
"""!lang ja
--------
ネタ音声を設定します。
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gTTS
opencv-contrib-python
bs4
youtube_dl
git+https://github.com/yaakiyu/pyopenjtalk
pyopenjtalk
psutil
pyqrcode
pypng
Expand Down

0 comments on commit 2d77c67

Please sign in to comment.