Fix typo in documentation example (#4277)

This commit is contained in:
Allen Calderwood
2023-12-18 06:32:17 -10:00
committed by GitHub
parent 6cf1be93ae
commit 2082a0e4de

View File

@@ -268,7 +268,7 @@ That means you can do this:
.. code-block:: python
message.user_id
await message.get_input_user()
await message.get_input_sender()
message.user
# ...etc