diff --git a/commands.go b/commands.go index 25ba3d3..8803917 100644 --- a/commands.go +++ b/commands.go @@ -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 }