mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 12:40:50 +00:00
welp try to fix
This commit is contained in:
parent
9cdd1d416e
commit
f10895680f
1 changed files with 3 additions and 1 deletions
|
|
@ -127,9 +127,11 @@ Functions
|
||||||
login(email, password, `callback`)
|
login(email, password, `callback`)
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|
||||||
``Parameters``:
|
`Parameters`:
|
||||||
|
|
||||||
- `email` - A `String` which is the email you want to sign in with.
|
- `email` - A `String` which is the email you want to sign in with.
|
||||||
- `password` - A `String` which is the password you want to sign in with.
|
- `password` - A `String` which is the password you want to sign in with.
|
||||||
- `callback` - A `function` that can take the following parameters:
|
- `callback` - A `function` that can take the following parameters:
|
||||||
|
|
||||||
- `error` - null if there was no error, otherwise it is set.
|
- `error` - null if there was no error, otherwise it is set.
|
||||||
- `token` - if successful, it is the received authorisation token.
|
- `token` - if successful, it is the received authorisation token.
|
||||||
Loading…
Reference in a new issue