From 2927e5fd390eaa7d71a432b51633065c6ca2f9d9 Mon Sep 17 00:00:00 2001
From: Rapptz <rapptz@gmail.com>
Date: Tue, 27 Sep 2016 01:32:45 -0400
Subject: [PATCH] Fix URL pointing to better method in Client.change_status

---
 discord/client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/discord/client.py b/discord/client.py
index a35799222..4f9047eac 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
         ----------