Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
1Computer1 committed May 14, 2017
1 parent ce40b9c commit 0282971
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/struct/Channel.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ class Channel {
*/
this.name = name;

/**
* The title of this channel.
* @type {?string}
*/
this.title = null;

/**
* Cached emotes belonging to this channel.
* @type {Collection<string, Emote>}
Expand Down

0 comments on commit 0282971

Please sign in to comment.