Updated welcome message
This commit is contained in:
parent
2b303d93c1
commit
f023f540dd
@ -20,7 +20,7 @@ func OnGuildMemberAdd(session *discordgo.Session, event *discordgo.GuildMemberAd
|
||||
fmt.Println(event.Member.User.Username + " just joined!")
|
||||
|
||||
msg, err := session.ChannelMessageSend(welcomeChannel, fmt.Sprintf(
|
||||
"**Welcome** %s!\n\nPlease introduce yourself in <#%s>.\n\n日本人は <#%s> で自己紹介して下さい!",
|
||||
"**Welcome** %s!\n\nTo join this server, you need to verify your notify.moe account. Simply type `!verify` to receive instructions on how to do that.\n\nAfterwards, please introduce yourself in <#%s>.\n\n日本人は <#%s> で自己紹介して下さい!",
|
||||
event.Member.User.Mention(),
|
||||
enChannel,
|
||||
jpChannel,
|
||||
|
Loading…
Reference in New Issue
Block a user