From 9eda0e9b4c344d0bc28bd827571eb04b1bc6ed99 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Oct 2019 20:23:01 -0400 Subject: [PATCH] would help if we'd actually inst the client --- src/Client.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Client.ts b/src/Client.ts index 4d66bad..f6cf26c 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -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();