giorgi-o / SkinPeek

Awesome Valorant Discord bot to see your daily shop, night market, battlepass progression, and much more
GNU General Public License v3.0
210 stars 87 forks source link

Having a hard time understanding what to put in /cookie option #32

Closed brycemck closed 2 years ago

brycemck commented 2 years ago

What do you copy from the riot games auth cookie into the command in the discord bot?

Thanks!

MavenDisrrpt commented 2 years ago

This is assuming you have found auth.riotgames.com in your network tab and have found the cookie in the request header section and see a bunch of random characters. Go ahead and copy that entire thing (except for cookie: of course). At least with chrome, haven't tried other browsers, you can just right click on cookie and it will give you an option to "Copy Value". Just paste that whole thing in when you provide the cookie to the discord bot.

If you had any trouble with the other steps i managed to successfully login using cookies. I can help if needed

giorgi-o commented 2 years ago

Yeah, basically everything in this image that is censored, from did= till the end. I didn't know about right clicking > copy value, it's a nice shortcut @MavenDisrrpt!

@brycemck Let me know if you still have issues using /cookies.

brycemck commented 2 years ago

That clears it up, thank you! Really appreciate it.