mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
add info to Guild
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -9,6 +9,8 @@ const arraysEqual = require('../util/ArraysEqual');
|
||||
|
||||
/**
|
||||
* Represents a Guild (or a Server) on Discord.
|
||||
* <info>It's recommended to see if a guild is available before performing operations or reading data from it. You can
|
||||
* check this with `guild.available`.</info>
|
||||
*/
|
||||
class Guild {
|
||||
constructor(client, data) {
|
||||
|
||||
Reference in New Issue
Block a user