mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +01:00
test private methods
This commit is contained in:
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user