Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudw233 committed Feb 7, 2025
1 parent b3d7b11 commit 5c0e5c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/wordle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ def update_board(self):

draw.text(text_position, letter, fill="white", font=font)


@wordle.command("{{wordle.help}}")
@wordle.command("hard {{wordle.help.hard}}")
@wordle.command("[--multi] {{wordle.help}}", options_desc={'--multi': '{wordle.option.multi}'})
@wordle.command("hard [--multi] {{wordle.help.hard}}", options_desc={'--multi': '{wordle.option.multi}'})
async def _(msg: Bot.MessageSession):
Expand Down

0 comments on commit 5c0e5c9

Please sign in to comment.