|
|
@ -115,7 +115,7 @@ func readReaction(s *discordgo.Session, m *discordgo.MessageReactionAdd) { |
|
|
|
log.LogInfo("%+v has requested reupload for user %+v.", admin.User.Username, user.Username) |
|
|
|
log.LogInfo("%+v has requested reupload for user %+v.", admin.User.Username, user.Username) |
|
|
|
return |
|
|
|
return |
|
|
|
} else if m.Emoji.Name == "⛔" { |
|
|
|
} else if m.Emoji.Name == "⛔" { |
|
|
|
s.GuildBanCreateWithReason(config.GuildID, user.ID, fmt.Sprintf("Underage female or too many failed verifications. %+v", admin.User.Username), 5) |
|
|
|
s.GuildBanCreateWithReason(config.GuildID, user.ID, fmt.Sprintf("Underage, female, or too many failed verifications. %+v", admin.User.Username), 5) |
|
|
|
verification.Status = "Banned" |
|
|
|
verification.Status = "Banned" |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
return |
|
|
|
return |
|
|
|