mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 09:33:32 +01:00
More rewrites
This commit is contained in:
@@ -9,7 +9,8 @@ class Client extends EventEmitter{
|
||||
client.
|
||||
*/
|
||||
constructor(options){
|
||||
super(options);
|
||||
super();
|
||||
this.options = options || {};
|
||||
this.internal = new InternalClient(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user