Spaces:
Running
Running
pythonSnake5036
commited on
Commit
·
cf32a82
1
Parent(s):
b2c05a8
Remove logging
Browse files- events/ready.js +1 -1
events/ready.js
CHANGED
@@ -4,6 +4,6 @@ module.exports = {
|
|
4 |
name: Events.ClientReady,
|
5 |
once: true,
|
6 |
execute(client) {
|
7 |
-
console.log(`Ready
|
8 |
},
|
9 |
};
|
|
|
4 |
name: Events.ClientReady,
|
5 |
once: true,
|
6 |
execute(client) {
|
7 |
+
console.log(`Ready!`);
|
8 |
},
|
9 |
};
|