Skip to content

Commit bf75993

Browse files
authored
Update ready.js
1 parent ff85bb8 commit bf75993

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

events/client/ready.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module.exports = {
55
/**
66
* @param {Client} client
77
*/
8-
execute(client) {
8+
async execute(client) {
99
// Puts an activity
1010
client.user.setActivity("Expectatives#1157", {
1111
type: "WATCHING",
@@ -15,4 +15,4 @@ module.exports = {
1515
// Send a message on the console
1616
console.log(`[LOG] ${client.user.tag} is now online!\n[LOG] Bot serving on Ready to serve in ${client.guilds.cache.size} servers\n[LOG] Bot serving ${client.users.cache.size} users`);
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)