fix
parent
cc61972929
commit
9368994051
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue