merge-requests/25/merge
Matthew 2021-04-13 00:05:17 -04:00
parent cc61972929
commit 9368994051
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ export default class Inquiry extends Command {
if (currentReport.pin?.length > 0) {
embed.addField('PIN', currentReport.pin.join('-'), true);
}
embed.setTimestamp(inquiry.date);
embed.setTimestamp();
embed.setFooter('Inquiry performed on', this.client.user.avatarURL);
return message.channel.createMessage({ embed });
} catch (err) {