Added eslintrc config and updated all files to it
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
module.exports = {
|
||||
name: 'conolelog',
|
||||
name: "conolelog",
|
||||
description: "console log",
|
||||
type: 'event',
|
||||
event: 'ready',
|
||||
type: "event",
|
||||
event: "ready",
|
||||
|
||||
/** @param { import('discord.js').Client } client */
|
||||
execute(client) {
|
||||
console.log("Logged in as " + client.user.tag + "!");
|
||||
console.log("Logged in as " + client.user.tag + "!")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user