mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-14 20:15:28 +10:00
added some more timestamps to make things easier on myself
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports.handleMessageCreate = async function(message) {
|
|||||||
|
|
||||||
client.on(Events.Ready, () => {
|
client.on(Events.Ready, () => {
|
||||||
console.log(`Logged in as ${client.user?.username}`);
|
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;
|
let guildCount = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user