Saltar al contenido

discord.js ejemplo de código de mensaje de bienvenida personalizado

La guía paso a paso o código que hallarás en este post es la resolución más rápida y efectiva que encontramos a esta inquietud o dilema.

Ejemplo: hacer un mensaje de bienvenida y canalizar 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) )

Aquí tienes las reseñas y calificaciones

Nos puedes respaldar nuestro ensayo mostrando un comentario o valorándolo te damos la bienvenida.

¡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 *