rm prompt

merge-requests/1/merge
Matthew 2019-10-27 21:09:40 -04:00
parent aaeb35719f
commit c4fd0c000b
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 0 additions and 1 deletions

View File

@ -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}`);
}
}