Files
illegitimate-bot/utils/mineflayer/online.js
2023-03-17 10:46:53 +01:00

14 lines
253 B
JavaScript

module.exports = {
name: 'login',
description: 'Logs the bot in.',
type: 'mineflayer',
async execute() {
const bot = require ('../../index.js');
console.log('Logging in...');
bot.chat("/lobby bedwars")
}
}