Skip to content

Commit

Permalink
Merge pull request yashoswalyo#57 from yashoswalyo/beta
Browse files Browse the repository at this point in the history
fixed TypeError
  • Loading branch information
yashoswalyo authored Nov 22, 2022
2 parents df3e81a + 5ad15a2 commit fcc4534
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/usettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ async def f1(c: mergeApp, m: Message):
async def userSettings(
editable: Message,
uid: int,
fname: str | None,
lname: str | None,
fname: str,
lname: str,
usettings: UserSettings,
):
b = MakeButtons()
Expand Down

0 comments on commit fcc4534

Please sign in to comment.