Prefixed log messages

This commit is contained in:
2023-11-07 15:36:08 +01:00
parent f1f8749ee8
commit c03be08198
4 changed files with 4 additions and 4 deletions

View File

@@ -4,6 +4,6 @@ module.exports = {
name: Events.ClientReady,
once: true,
execute(client) {
console.log(`Ready! Logged in as ${client.user.tag}`);
console.log(`[STATUS]Ready! Logged in as ${client.user.tag}`);
},
};