Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
togashigreat committed Jan 18, 2025
1 parent 4a3312a commit b0b69a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def main():

"""Lets send a Message to a friend when Client is logged in."""
# put a valid fb user id
await bot.sendMessage("I'm Online!", "10000072727288", ThreadType.User)
await bot.sendMessage("I'm Online!", "10000072727288", ThreadType.USER)
print("Logged in as", bot.uid)
# listen to all incoming events
await bot.listen()
Expand Down

0 comments on commit b0b69a7

Please sign in to comment.