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