Skip to content

Commit

Permalink
🔊 Update log at start
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-flor committed Jun 4, 2023
1 parent a67cf67 commit 80e7ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events/ready.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Client } from 'discord.js';

const handler = (client: Client<true>) => {
const now = new Date();
console.log(`${client.user.tag} started at ${now}`);
console.log(`Bot started at ${now} [${client.user.tag}]`);
}

export default {
Expand Down

0 comments on commit 80e7ed2

Please sign in to comment.