mirror of
https://github.com/danbulant/discord.js
synced 2026-07-08 20:51:14 +00:00
add info to Guild
This commit is contained in:
parent
1155c482f1
commit
89145b121d
2 changed files with 3 additions and 1 deletions
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.
|
* 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 {
|
class Guild {
|
||||||
constructor(client, data) {
|
constructor(client, data) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue