fix(ClientUser): lint

This commit is contained in:
Crawl 2019-04-28 13:14:26 +02:00 committed by GitHub
parent 4e0cf87d0f
commit aa253d9551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,6 @@ const DataResolver = require('../util/DataResolver');
* @extends {User}
*/
class ClientUser extends Structures.get('User') {
constructor(client, data) {
super(client, data);
this._typing = new Map();