From 1454a1a73d5a1ec62e3ac38fee599d25cd69988c Mon Sep 17 00:00:00 2001 From: Gregory Rudolph Date: Thu, 27 Aug 2020 20:18:28 -0400 Subject: [PATCH] Wrong channel --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {