mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 16:30:08 +00:00
Currently the big bot gateway worker was sending camelCase packets to the bot which caused the transformers in `@discordeno/bot` to not find most of the properties they need in the payload. This changes the docs to show to override the forwardToBot method to send the packets as-is to the bot. Co-authored-by: Awesome Stickz <awesome@stickz.dev>