@ -18,7 +18,6 @@ func guildMemberUpdate(s *discordgo.Session, m *discordgo.GuildMemberUpdate) {
@@ -18,7 +18,6 @@ func guildMemberUpdate(s *discordgo.Session, m *discordgo.GuildMemberUpdate) {
for_,role:=rangem.Roles{
iffmt.Sprintf("%+v",role)==config.MonitorRole{
log.LogDebug("Role found, Monitor Role")
s.ChannelMessageSend(config.AdminChannel,"New unverified user detected.")
s.ChannelMessageSend(config.MonitorChann,fmt.Sprintf("Welcome %+v, you may PM me your verification, or I will ban you in an hour!\nSay \"!rules\" in this channel, without quotes for the rules. You may private/direct message me for verification instructions.\n\nYou will not be able to read/see other channels or users until you verify.",m.User.Mention()))