mirror of
https://github.com/danbulant/discord.js
synced 2026-05-29 12:20:23 +00:00
fix(ClientUser): lint
This commit is contained in:
parent
4e0cf87d0f
commit
aa253d9551
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue