More docs cleanup

This commit is contained in:
Crawl
2017-08-20 22:15:51 +02:00
parent c7d1507e19
commit 2478092d44
7 changed files with 16 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ const Snowflake = require('../util/Snowflake');
class Guild {
constructor(client, data) {
/**
* The client that created the instance of the the guild
* The client that created the instance of the guild
* @name Guild#client
* @type {Client}
* @readonly