aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRapptz <[email protected]>2015-10-11 05:15:57 -0400
committerRapptz <[email protected]>2015-10-11 05:15:57 -0400
commitceb9eb07d8c75d900fb166e28475c90f179ace71 (patch)
tree37a2dfaa7bbc856cc6a22c6601af2fbb8618b559
parentClarify logging and on_error documentation (diff)
downloaddiscord.py-ceb9eb07d8c75d900fb166e28475c90f179ace71.tar.xz
discord.py-ceb9eb07d8c75d900fb166e28475c90f179ace71.zip
Use v3 of the Discord API.
-rw-r--r--discord/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py
index 6285b445..38f12d36 100644
--- a/discord/client.py
+++ b/discord/client.py
@@ -384,7 +384,7 @@ class Client(object):
'$referrer': '',
'$referring_domain': ''
},
- 'v': 2
+ 'v': 3
}
}