Rename project from pydiscord to discord.py

This commit is contained in:
Rapptz
2015-08-22 07:32:28 -04:00
parent b5a371812f
commit 44953e7a3f
9 changed files with 44 additions and 23 deletions

View File

@ -346,8 +346,8 @@ class Client(object):
'token': self.token,
'properties': {
'$os': sys_platform,
'$browser': 'pydiscord',
'$device': 'pydiscord',
'$browser': 'discord.py',
'$device': 'discord.py',
'$referrer': '',
'$referring_domain': ''
}