mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00:08 +00:00
forwardToBot has been removed in favor of directly using the events.message. the default implementation for forwardToBot used to camelize the packet, however in most cases you want to preserve the snake_case, and for those that need camelCase it can be easly done in the message event function. This also removes the gateway.preferSnakeCase option as it no longer has a use