Create ready event
This commit is contained in:
parent
b4d3b59f63
commit
d22588c4ee
9
events/ready.js
Normal file
9
events/ready.js
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
const { Events } = require('discord.js');
|
||||||
|
|
||||||
|
module.exports = {
|
||||||
|
name: Events.ClientReady,
|
||||||
|
once: true,
|
||||||
|
execute(client) {
|
||||||
|
console.log(`Ready! Logged in as ${client.user.tag}`);
|
||||||
|
},
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user