You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I started recently working on a web dashboard for one of my bots, and I was looking for a package to make requests to Discord API (which obviously are very common on a bot dashboard) easier than using the native fetch API.
I was delighted to see that this package exists, but was quite disappointed to see it doesn't support browser environments due to its use of big integer literals.
Ideal solution or implementation
I would like the library to be compatible with browser environments.