diff --git a/commands/stats/valorant.js b/commands/stats/valorant.js index 5012780..62fee61 100644 --- a/commands/stats/valorant.js +++ b/commands/stats/valorant.js @@ -32,7 +32,7 @@ module.exports = { const apiKeyUrl = process.env.VALORANT_API_URL; const apiKey = process.env.VALORANT_API_KEY; - const url = `https://${apiKeyUrl}/player/${formattedUsername}/${statsType}`; + const url = `https://${apiKeyUrl}/valorant/player/${formattedUsername}/${statsType}`; try { await interaction.deferReply();