diff options
| -rw-r--r-- | discord/client.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/discord/client.py b/discord/client.py index dc58c2db..d01a0dd9 100644 --- a/discord/client.py +++ b/discord/client.py @@ -350,7 +350,8 @@ class Client(object): '$device': 'discord.py', '$referrer': '', '$referring_domain': '' - } + }, + 'v': 2 } } |