mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
* fix(rest): Always encode URI component in routes Instead of using the implicit behavior of `fetch` and `Request` we do it explicitly in the routes. * Add checks for numbers and digits-only strings * Add option to disable uri encode