From 1d687f6d691c0875f7c0376601810a09331dbe6c Mon Sep 17 00:00:00 2001 From: Bsian Date: Sat, 2 Nov 2019 00:09:25 +0000 Subject: [PATCH] k --- src/commands/cwg_data.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/cwg_data.ts b/src/commands/cwg_data.ts index 6c6156f..d3786cd 100644 --- a/src/commands/cwg_data.ts +++ b/src/commands/cwg_data.ts @@ -34,7 +34,6 @@ export default class CWG_Data extends Command { embed.addField('Certificate Expiration Date', moment(x509.parseCert(await fs.readFile(domain.x509.cert, { encoding: 'utf8' })).notAfter).format('dddd, MMMM Do YYYY, h:mm:ss A'), true); embed.setFooter(this.client.user.username, this.client.user.avatarURL); embed.setTimestamp(); - this.client.signale.log(embed); return embeds.push(embed); }); this.client.signale.log(embeds);