mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 09:03:29 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets up the Guild
|
||||
* @param {any} data
|
||||
* @returns {null}
|
||||
* @private
|
||||
*/
|
||||
setup(data) {
|
||||
this.id = data.id;
|
||||
this.available = !data.unavailable;
|
||||
|
||||
Reference in New Issue
Block a user