valorant !rank command

Asked Mar 15, 2023·1 reply·Last activity 3 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

I've seen someone do !rank with this command so I copied it so I can update it for the channels i mod for but it doesn't wanna work for some reason.
When i try it I get this response back: Unexpected token '%' but when i tried it the other day i got Unexpected token o in JSON at position 1. I don't know am i typing it wrong I just copied it.

This is the coding for the command:

@$(user), $(eval r = $(urlfetch json https://api.henrikdev.xyz/valorant/v1/mmr/na/name/tag);g=%22%22;json = JSON.parse(r); rank=json.data.ranking_in_tier;rank1=json.data.currenttierpatched;m = json.data.mmr_change_to_last_game; g+="Hypers current rank is " +rank1+" - "+rank+"RR. ";if (m > 0){g += "Gained +" + m + "RR last game.";}else{g += "Lost " + m + "RR last game.";}g;)

1 reply