From 9c4cb156bea443ab5bc0e1070d65006e7a2dec9f Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Mon, 28 Nov 2022 18:19:17 +1100 Subject: [PATCH] add timestamp --- src/commands/mp.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/mp.ts b/src/commands/mp.ts index 52379e2..7f33777 100644 --- a/src/commands/mp.ts +++ b/src/commands/mp.ts @@ -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