Adding mineflayer files
This commit is contained in:
9
utils/mineflayer/online.js
Normal file
9
utils/mineflayer/online.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
name: 'login',
|
||||
description: 'Logs the bot in.',
|
||||
type: 'mineflayer',
|
||||
|
||||
async execute(bot) {
|
||||
console.log('Logged into Minecraft!');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user