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,
'username': username,
'invite': invite_code,
'passowrd': password,
'password': password,
'email': email,
}
path = DISCORD_URL + "/auth/register"