would help if we'd actually inst the client

merge-requests/1/merge
Matthew 2019-10-27 20:23:01 -04:00
parent 38a840e5e5
commit 9eda0e9b4c
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 3 additions and 0 deletions

View File

@ -84,3 +84,6 @@ export default class Client extends Eris.Client {
this.signale.success(`Successfully connected to Discord | ${this.user.username}#${this.user.discriminator}`);
}
}
// eslint-disable-next-line
new Client();