From e49066a6d870099ffbf73bfe3969c7bc398eaf65 Mon Sep 17 00:00:00 2001 From: Lala Sabathil Date: Mon, 18 Apr 2022 00:01:26 +0200 Subject: [PATCH] Update discord/interactions.py Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com> --- discord/interactions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/interactions.py b/discord/interactions.py index 0c2d661580..22ee3c7ed4 100644 --- a/discord/interactions.py +++ b/discord/interactions.py @@ -841,7 +841,7 @@ async def send_modal(self, modal: Modal) -> Interaction: async def _locked_response(self, coro: Coroutine[Any]): """|coro| - Wraps a response and makes sure that is locked while executing + Wraps a response and makes sure that it's locked while executing. Parameters -----------