The "!rank" command allows streamers to display their competitive rank in VALORANT. By utilizing the command, viewers can easily stay updated on the streamer's current rank.
Follow these steps to add the "!rank" command:
- Open StreamElements dashboard and navigate to the "Chat commands" section.
- Click on the "Add New Command" button.
- In the "Command name" field, enter "!rank".
- In the "Response" field, enter the command response as follows:
Rank: ${customapi.https://splendid-groovy-feverfew.glitch.me/valorant/region/username/tag}
To ensure the command response displays the accurate rank, you need to replace "username" and "tag" with your Riot ID and tagline. Additionally, you should replace "region" in the URL with the corresponding region code based on the streamer's region:
"na" for North America, Brazil or LATAM
"eu" for Europe
"ap" for Asia-Pacific
"kr" for Korea
For example, if the Riot ID is "sk1ll" and the tagline is "ppm" and they play in LATAM servers, the updated command response would be:
Rank: ${customapi.https://splendid-groovy-feverfew.glitch.me/valorant/na/sk1ll/ppm}
You will now be able to use !rank in your chat and the bot will respond with your current rank.
Note: Please be aware that there is no official API provided by Riot Games for retrieving VALORANT ranks. However, there are various third-party APIs available that can offer this functionality. The example command response in this article utilizes a specific third-party API (https://github.com/yash1441/Chat-Valorant-Rank) as an illustration. Streamers have the option to explore different third-party APIs that best suit their requirements and provide accurate rank information.
Need more command ideas? Head over to our list of useful chatbot commands article.