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

4 lines
98 B
JavaScript
Raw Normal View History

2023-12-24 20:08:39 -05:00
module.exports = (bot, { version }) => {
bot.once('spawn', () => console.log('hello world!'))
}