1
0
Fork 0

Forgot to include this

refactor/models
Bsian 2019-11-18 20:21:06 +00:00
parent 701eb132cb
commit 99ea3da196
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,8 @@ export default class Client extends Eris.Client {
public server: Server;
public updating: Boolean;
constructor() {
super(config.token, { getAllUsers: true, restMode: true, defaultImageFormat: 'png' });
@ -44,6 +46,7 @@ export default class Client extends Eris.Client {
displayTimestamp: true,
displayFilename: true,
});
this.updating = false;
this.events();
this.loadFunctions();
this.init();