Results 2 issues of Phat

await client.create_tweet(text="reply here", reply_to="432432") gets this error Traceback (most recent call last): File "/Users/kevinsims/Code/twitter-automate/index.py", line 141, in asyncio.run(main()) File "/opt/homebrew/Cellar/[email protected]/3.12.6/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/runners.py", line 194, in run return runner.run(main) ^^^^^^^^^^^^^^^^ File "/opt/homebrew/Cellar/[email protected]/3.12.6/Frameworks/Python.framework/Versions/3.12/lib/python3.12/asyncio/runners.py", line...