Formatting

This commit is contained in:
2023-09-15 13:10:01 -04:00
parent 31ca1cb243
commit bddd283127

View File

@ -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