From e7c474691021b680e26eb82bea00a4d5ba013df1 Mon Sep 17 00:00:00 2001 From: Allen Calderwood <6539032+calderwoodra@users.noreply.github.com> Date: Sun, 17 Dec 2023 23:50:59 -0800 Subject: [PATCH] s/get_input_user/get_input_sender --- readthedocs/concepts/entities.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs/concepts/entities.rst b/readthedocs/concepts/entities.rst index 40bfac30..8d6a6170 100644 --- a/readthedocs/concepts/entities.rst +++ b/readthedocs/concepts/entities.rst @@ -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