Moved event handlers to seperate files
This commit is contained in:
10
events/ready/consolelog.js
Normal file
10
events/ready/consolelog.js
Normal file
@@ -0,0 +1,10 @@
|
||||
module.exports = {
|
||||
name: 'conolelog',
|
||||
description: "console log",
|
||||
type: 'ready',
|
||||
|
||||
/** @param { import('discord.js').Client } client */
|
||||
execute(client) {
|
||||
console.log("Logged in as " + client.user.tag + "!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user