Skip to content

Commit

Permalink
fix: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
AstreaTSS committed Oct 18, 2024
1 parent 1751202 commit 8fe6eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/fuzzy.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ async def autocomplete_gacha_user_item(
async def autocomplete_gacha_optional_user_item(
ctx: ipy.AutocompleteContext,
name: str,
user: typing.Optional[ipy.Snowflake_Type],
user: typing.Optional[ipy.Snowflake_Type] = None,
**kwargs: typing.Any, # noqa: ARG001
) -> None:
if not ctx.guild_id or not user:
Expand Down

0 comments on commit 8fe6eb3

Please sign in to comment.