Corrected typo in register_user function preventing succesful registration.

This commit is contained in:
Adarnof 2015-12-01 06:13:06 +00:00
parent 54d216bdf0
commit 9e72422639

View File

@ -160,7 +160,7 @@ class DiscordAPIManager:
'fingerprint': None, 'fingerprint': None,
'username': username, 'username': username,
'invite': invite_code, 'invite': invite_code,
'passowrd': password, 'password': password,
'email': email, 'email': email,
} }
path = DISCORD_URL + "/auth/register" path = DISCORD_URL + "/auth/register"