mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +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.
|
||||
* @param {string} code the invite code.
|
||||
* @returns {Promise<Invite, Error>}
|
||||
* @returns {Promise<Invite>}
|
||||
*/
|
||||
fetchInvite(code) {
|
||||
return this.rest.methods.getInvite(code);
|
||||
|
|
|
|||
Loading…
Reference in a new issue