LookAtMySuitBot/js/node_modules/mineflayer/examples/plugins/hello_world.js

4 lines
98 B
JavaScript

module.exports = (bot, { version }) => {
bot.once('spawn', () => console.log('hello world!'))
}