File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -289,12 +289,12 @@ class Client:
289
289
290
290
auto_check_for_updates: :class:`bool`
291
291
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`.
293
293
294
294
.. note::
295
295
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.
298
298
299
299
In the future this API might be open-sourced, or it will be possible to add your forks URL as a valid source.
300
300
You can’t perform that action at this time.
0 commit comments