Fleny
Fleny
Also copy the comments from the Discord-prefixed type
It wasn't added when discord added the feature and the roleColors transformer was added
Instead of using the implicit behavior of `fetch` and `Request` to encode the stuff we need for us, we do it explicitly in the routes.
- upstream: https://github.com/discord/discord-api-docs/pull/8001 - fixes #4602
The rest manager currently has to assume that request bodies that have "permissions", "allow", "deny", "defaultMemberPermissions" fields are always meant as a permissions. If these are not, for user error...
Add support for partial payloads in transformers. > [!IMPORTANT] > This builds on top of #4435 as it allows to simplify a bunch the code for this > > This...
There are some logger calls such as the one in https://github.com/node-cron/node-cron/blob/22c607df5d00ee65798a2fb04600f7fc3c58ce49/src/scheduler/runner.ts#L141 and currently it is always using the logger provided by node-cron itself, however for applications that have their own...