Browse Source

Use v2 of the Discord API.

pull/1/head
Rapptz 10 years ago
parent
commit
a1c5e9f4d9
  1. 3
      discord/client.py

3
discord/client.py

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

Loading…
Cancel
Save