For example, I have a URL-
website.com/page/?var=20
I want to get the "var" variable from the URL by JS
Btw, my real URL is-
https://bipit2.pranaypro21292.repl.co/d21292auth/?code=pimWoHEuV7fgKEVQMTntRnzXqVla3G&guild_id=824947028609859614&permissions=0
and I want to get the "guild_id" variable from the URL.