diff --git a/main.go b/main.go index 93f9c17..8a0ef5e 100644 --- a/main.go +++ b/main.go @@ -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) {