From c4fd0c000bb357152237339cd3af9e6108792eb8 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 27 Oct 2019 21:09:40 -0400 Subject: [PATCH] rm prompt --- src/Client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Client.ts b/src/Client.ts index 152c1ad..59bd6ff 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -92,7 +92,6 @@ export default class Client extends Eris.Client { await mongoose.connect(config.mongoURL); await this.connect(); - this.signale.success(`Successfully connected to Discord | ${this.user.username}#${this.user.discriminator}`); } }