Forgot to include this
parent
701eb132cb
commit
99ea3da196
|
@ -28,6 +28,8 @@ export default class Client extends Eris.Client {
|
||||||
|
|
||||||
public server: Server;
|
public server: Server;
|
||||||
|
|
||||||
|
public updating: Boolean;
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
super(config.token, { getAllUsers: true, restMode: true, defaultImageFormat: 'png' });
|
super(config.token, { getAllUsers: true, restMode: true, defaultImageFormat: 'png' });
|
||||||
|
|
||||||
|
@ -44,6 +46,7 @@ export default class Client extends Eris.Client {
|
||||||
displayTimestamp: true,
|
displayTimestamp: true,
|
||||||
displayFilename: true,
|
displayFilename: true,
|
||||||
});
|
});
|
||||||
|
this.updating = false;
|
||||||
this.events();
|
this.events();
|
||||||
this.loadFunctions();
|
this.loadFunctions();
|
||||||
this.init();
|
this.init();
|
||||||
|
|
Loading…
Reference in New Issue