diff options
| author | Rapptz <[email protected]> | 2016-09-27 01:32:45 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-09-27 01:32:45 -0400 |
| commit | 2927e5fd390eaa7d71a432b51633065c6ca2f9d9 (patch) | |
| tree | 797774da50e467f7bd3f670a6b04951b3aff0f2c /discord/client.py | |
| parent | Version bump to v0.13.0 (diff) | |
| download | discord.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.py | 2 |
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 ---------- |