Skip to content

Commit

Permalink
__init__.py の更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ysmreg authored Jan 31, 2024
1 parent 28dcfca commit c3f48c0
Showing 1 changed file with 1 addition and 1 deletion.
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: Union[Literal["up"], str], *, aliases):
async def set_routine(self, ctx: UnionContext, voice: Literal["up", str], *, aliases):
"""!lang ja
--------
ネタ音声を設定します。
Expand Down

0 comments on commit c3f48c0

Please sign in to comment.