forked from engineering/cloudservices
would help if we'd actually inst the client
parent
38a840e5e5
commit
9eda0e9b4c
|
@ -84,3 +84,6 @@ export default class Client extends Eris.Client {
|
||||||
this.signale.success(`Successfully connected to Discord | ${this.user.username}#${this.user.discriminator}`);
|
this.signale.success(`Successfully connected to Discord | ${this.user.username}#${this.user.discriminator}`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// eslint-disable-next-line
|
||||||
|
new Client();
|
||||||
|
|
Loading…
Reference in New Issue