Browse Source

Wrong channel

hkremer/rebranding
Gregory Rudolph 4 years ago
parent
commit
1454a1a73d
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 2
      main.go

2
main.go

@ -202,7 +202,7 @@ func verifyMember(s *discordgo.Session, u discordgo.User) { @@ -202,7 +202,7 @@ func verifyMember(s *discordgo.Session, u discordgo.User) {
s.GuildMemberRoleRemove(config.GuildID, u.ID, config.MonitorRole)
st, _ := s.UserChannelCreate(u.ID)
s.ChannelMessageSend(st.ID, "Your verification has been accepted, welcome!")
s.ChannelMessageSend("627620309754839070", fmt.Sprintf("Welcome %+v please introduce yourself! :) feel free to check out <#627620309754839070> to tag your roles. Also please mute any channels you are not interested in!", u.Mention()))
s.ChannelMessageSend("627620309754839070", fmt.Sprintf("Welcome %+v please introduce yourself! :) feel free to check out <#710557387937022034> to tag your roles. Also please mute any channels you are not interested in!", u.Mention()))
}
func rejectVerification(s *discordgo.Session, u discordgo.User) {

Loading…
Cancel
Save