mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-12-28 08:55:38 -05:00
add timestamp
This commit is contained in:
parent
9416ccaf3f
commit
9c4cb156be
@ -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