Fix Verification filename
This commit is contained in:
@ -164,7 +164,7 @@ func RetrieveVerification(b BotCommand) bool {
|
||||
return false
|
||||
}
|
||||
msg := fmt.Sprintf("```%+v\nJoined: %+v\n```", user.User.Username, user.JoinedAt)
|
||||
s.ChannelFileSendWithMessage(m.ChannelID, msg, fmt.Sprintf("%+v Verification", discordId), verificationImage)
|
||||
s.ChannelFileSendWithMessage(m.ChannelID, msg, matches[0], verificationImage)
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user