giorgi-o/SkinPeek

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

brycemck opened this issue · 3 comments

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

Thanks!

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

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.

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