Saltar al contenido

cómo crear un mensaje de bienvenida en el ejemplo de código discord.js

Este enunciado ha sido aprobado por nuestros expertos para asegurar la exactitud de esta crónica.

Ejemplo: crear mensaje de bienvenida y canal discord.js

// This is the needed event to use the welcome!
bot.on('guildMemberAdd',asyncnewMember=>// IMPORTANT NOTE: Make Sure To Use async and rename bot to client or whatever name you have for your bot events!const welcomeChannel = newMember.guild.channels.cache.find(channel=> channel.name==='the channel name here, make sure the ')
    welcomeChannel.send('Input your message here, if you want an embed then do a "let msgEmbed = new Discord.messageEmbed  /  and input the title and all the embed stuff, customize the message as much as you want!"')// Optional Part (you can modify those extra things if you'd like!) :Dlet msgEmbed =newDiscord.MessageEmbed().setTitle(`This is a title for a test`)// welcomeChannel.send(msgEmbed) )

Te mostramos las comentarios y valoraciones de los lectores

Si te ha sido de ayuda este post, agradeceríamos que lo compartas con el resto juniors de esta manera contrubuyes a dar difusión a nuestra información.

¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *