Bad Hydra.

This commit is contained in:
Schuyler Cebulskie
2016-09-18 23:46:59 -04:00
parent 6c6da43da3
commit 336366d653
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -194,7 +194,7 @@ class Client extends EventEmitter {
/**
* Fetches an invite object from an invite code.
* @param {string} code the invite code.
* @returns {Promise<Invite, Error>}
* @returns {Promise<Invite>}
*/
fetchInvite(code) {
return this.rest.methods.getInvite(code);