From a947c7a6ec89aca1365e46525fc4528f3893fcf5 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 5 Aug 2020 11:47:33 +1000 Subject: [PATCH] Fix gramatical error in Client guild_subscriptions docs --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/client.py b/discord/client.py index b6a544509..435336c38 100644 --- a/discord/client.py +++ b/discord/client.py @@ -165,7 +165,7 @@ class Client: .. versionadded:: 1.4 guild_subscriptions: :class:`bool` - Whether to dispatching of presence or typing events. Defaults to ``True``. + Whether to dispatch presence or typing events. Defaults to ``True``. .. versionadded:: 1.3