Fix typo in documentation example (#4277)

This commit is contained in:
Allen Calderwood
2023-12-18 17:32:17 +01:00
committed by GitHub
parent 6cf1be93ae
commit 2082a0e4de
+1 -1
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