Fix docs generator and add EvaluatedPermissions.hasPermissions()

This commit is contained in:
Amish Shah
2016-09-11 12:44:26 +01:00
parent af33b2b5bb
commit 7933d755be
4 changed files with 16 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class TextChannel extends GuildChannel {
/**
* A collection of members that can see this channel, mapped by their ID.
* @returns {Collection<string, GuildMember>}
* @type {Collection<string, GuildMember>}
* @readonly
*/
get members() {