mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
add timestamp
This commit is contained in:
parent
ae7cf2f75e
commit
6aeb366c39
@ -23,7 +23,7 @@ async function MPdata(client:TClient, interaction:Discord.ChatInputCommandIntera
|
||||
embed.setTitle('Host is not responding.');
|
||||
embed.setColor(client.config.embedColorRed);
|
||||
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 FSserver
|
||||
|
Loading…
Reference in New Issue
Block a user