From 61d4e121a950734e413da5f03458518cabadf069 Mon Sep 17 00:00:00 2001 From: laika Date: Sun, 15 Mar 2026 17:43:13 +1100 Subject: [PATCH] added some more timestamps to make things easier on myself --- src/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.js b/src/bot.js index b09ad7d..3a4488d 100644 --- a/src/bot.js +++ b/src/bot.js @@ -72,7 +72,7 @@ module.exports.handleMessageCreate = async function(message) { client.on(Events.Ready, () => { console.log(`Logged in as ${client.user?.username}`); - if(debug){console.log(`Currently running in debug mode!`)} + if(debug){console.log(Date.now() + `: Currently running in debug mode!`)} }); let guildCount = 0;