aboutsummaryrefslogtreecommitdiff
path: root/discord/client.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-09-27 01:32:45 -0400
committerRapptz <[email protected]>2016-09-27 01:32:45 -0400
commit2927e5fd390eaa7d71a432b51633065c6ca2f9d9 (patch)
tree797774da50e467f7bd3f670a6b04951b3aff0f2c /discord/client.py
parentVersion bump to v0.13.0 (diff)
downloaddiscord.py-2927e5fd390eaa7d71a432b51633065c6ca2f9d9.tar.xz
discord.py-2927e5fd390eaa7d71a432b51633065c6ca2f9d9.zip
Fix URL pointing to better method in Client.change_status
Diffstat (limited to 'discord/client.py')
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index a3579922..4f9047ea 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -1540,7 +1540,7 @@ class Client:
client should go idle or not.
.. deprecated:: v0.13.0
- Use :meth:`change_status` instead.
+ Use :meth:`change_presence` instead.
Parameters
----------