1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 16:30:59 -04:00

add timestamp

This commit is contained in:
AnxietyisReal 2022-11-28 18:19:17 +11:00
parent 9416ccaf3f
commit 9c4cb156be

View File

@ -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