mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
Bad Hydra.
This commit is contained in:
parent
6c6da43da3
commit
336366d653
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -194,7 +194,7 @@ class Client extends EventEmitter {
|
||||||
/**
|
/**
|
||||||
* Fetches an invite object from an invite code.
|
* Fetches an invite object from an invite code.
|
||||||
* @param {string} code the invite code.
|
* @param {string} code the invite code.
|
||||||
* @returns {Promise<Invite, Error>}
|
* @returns {Promise<Invite>}
|
||||||
*/
|
*/
|
||||||
fetchInvite(code) {
|
fetchInvite(code) {
|
||||||
return this.rest.methods.getInvite(code);
|
return this.rest.methods.getInvite(code);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue