mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 04:31:05 +00:00
test private methods
This commit is contained in:
parent
a52b46fab4
commit
24df1bc621
2 changed files with 7 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -159,6 +159,12 @@ class Guild {
|
||||||
return base;
|
return base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sets up the Guild
|
||||||
|
* @param {any} data
|
||||||
|
* @returns {null}
|
||||||
|
* @private
|
||||||
|
*/
|
||||||
setup(data) {
|
setup(data) {
|
||||||
this.id = data.id;
|
this.id = data.id;
|
||||||
this.available = !data.unavailable;
|
this.available = !data.unavailable;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue