mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 16:30:58 -05:00
add timestamp
This commit is contained in:
parent
606ed7d814
commit
20ab3f4b78
@ -23,7 +23,7 @@ async function MPdata(client:TClient, interaction:Discord.ChatInputCommandIntera
|
|||||||
embed.setTitle('Host is not responding.');
|
embed.setTitle('Host is not responding.');
|
||||||
embed.setColor(client.config.embedColorRed);
|
embed.setColor(client.config.embedColorRed);
|
||||||
interaction.reply({embeds: [embed]});
|
interaction.reply({embeds: [embed]});
|
||||||
console.log('dag mp fail to fetch, host is not responding.');
|
console.log(`[${client.moment().format('DD/MM/YY HH:mm:ss')}] dag mp fail to fetch, host is not responding.`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
return FSserver
|
return FSserver
|
||||||
|
Loading…
Reference in New Issue
Block a user