mirror of
https://github.com/danbulant/discord.js
synced 2026-06-21 15:51:48 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets up the Guild
|
||||
* @param {any} data
|
||||
* @returns {null}
|
||||
* @private
|
||||
*/
|
||||
setup(data) {
|
||||
this.id = data.id;
|
||||
this.available = !data.unavailable;
|
||||
|
|
|
|||
Loading…
Reference in a new issue