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