1
0
mirror of https://github.com/Rapptz/discord.py.git synced 2025-09-19 14:38:43 +00:00

Use v2 of the Discord API.

This commit is contained in:
Rapptz
2015-08-22 19:14:27 -04:00
parent 44953e7a3f
commit a1c5e9f4d9

@ -350,7 +350,8 @@ class Client(object):
'$device': 'discord.py',
'$referrer': '',
'$referring_domain': ''
}
},
'v': 2
}
}