Prefixed log messages
This commit is contained in:
@@ -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}`);
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user