Beautifying
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
module.exports = {
|
||||
name: 'login',
|
||||
description: 'Logs the bot in.',
|
||||
type: 'login',
|
||||
name: "login",
|
||||
description: "Logs the bot in.",
|
||||
type: "login",
|
||||
|
||||
async execute() {
|
||||
const bot = require ('../../index.js');
|
||||
console.log('Logged in as ' + bot.username + '!')
|
||||
}
|
||||
}
|
||||
async execute() {
|
||||
const bot = require("../../index.js");
|
||||
console.log("Logged in as " + bot.username + "!");
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user