add info to Guild

This commit is contained in:
Amish Shah
2016-09-04 12:15:33 +01:00
parent 1155c482f1
commit 89145b121d
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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) {