diff options
| author | Rapptz <[email protected]> | 2015-10-11 05:15:57 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2015-10-11 05:15:57 -0400 |
| commit | ceb9eb07d8c75d900fb166e28475c90f179ace71 (patch) | |
| tree | 37a2dfaa7bbc856cc6a22c6601af2fbb8618b559 | |
| parent | Clarify logging and on_error documentation (diff) | |
| download | discord.py-ceb9eb07d8c75d900fb166e28475c90f179ace71.tar.xz discord.py-ceb9eb07d8c75d900fb166e28475c90f179ace71.zip | |
Use v3 of the Discord API.
| -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 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 } } |