welcome message doesn't mention role now
This commit is contained in:
2
index.js
2
index.js
@@ -45,7 +45,7 @@ client.on(Events.GuildMemberAdd, async (member) => {
|
|||||||
if (welcomeChannel) {
|
if (welcomeChannel) {
|
||||||
// This is my example for my server welcome message, feel free to change it up to fit your server's vibe!
|
// This is my example for my server welcome message, feel free to change it up to fit your server's vibe!
|
||||||
await welcomeChannel.send(
|
await welcomeChannel.send(
|
||||||
`Eh Bro! Welcome to the Hub, <@${member.user.id}>! Grab a seat and say hello. You also have the Role ${roleMention} now, so you can check out the channels and get involved!`,
|
`Eh Bro! Welcome to the Hub, <@${member.user.id}>! Grab a seat and say hello. You also have the Role "Homies" now, so you can check out the channels and get involved!`,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Reference in New Issue
Block a user