Envíe un mensaje cuando un bot se une a su servidor discord.js

client.on('guildCreate', guild => {
  guild.systemChannel.send(`Hello, I'm LMAOBOT. Thanks for inviting me, here are a list of all my commands! :alien:`)
});
Hurt Hoopoe