merge-requests/1/merge
Bsian 2019-11-02 00:09:25 +00:00
parent a2d267465c
commit 1d687f6d69
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 0 additions and 1 deletions

View File

@ -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.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.setFooter(this.client.user.username, this.client.user.avatarURL);
embed.setTimestamp(); embed.setTimestamp();
this.client.signale.log(embed);
return embeds.push(embed); return embeds.push(embed);
}); });
this.client.signale.log(embeds); this.client.signale.log(embeds);