Skip to content

Commit eeb018b

Browse files
committed
docs: Fix typo in auto_check_for_updates param note
Signed-off-by: mccoderpy <mccuber04@outlook.de>
1 parent 46083b0 commit eeb018b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

discord/client.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -289,12 +289,12 @@ class Client:
289289
290290
auto_check_for_updates: :class:`bool`
291291
Whether to check for available updates automatically, default :obj:`False` for legal reasons.
292-
For more info see :class:`discord.on_update_available`.
292+
For more info see :func:`discord.on_update_available`.
293293
294294
.. note::
295295
296-
For now, this may only work on the original repository, **not in forks** how.
297-
This is because it uses an internal API that only listen to a webhook from the original repo.
296+
For now, this may only work on the original repository, **not on forks**.
297+
This is because it uses an internal API that listens to a private application that is on the original repo.
298298
299299
In the future this API might be open-sourced, or it will be possible to add your forks URL as a valid source.
300300

0 commit comments

Comments
 (0)