Roadmap #62
splatterxl
announced in
Announcements
Roadmap
#62
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fuwa Public Roadmap
If you'd like to be updated when these features are released, make sure to join the Discord server!
REST
A strongly-typed entrypoint is being added to @fuwa/rest to be used as type guards.
Usage exmple:
rest.banMember(memberID, reason)
Monorepo
The Discord API is huge. Therefore to lower bundle sizes we are planning on turning the main fuwa package into smaller scoped packages.
REST
Done.
Gateway
Gateway-related functions will be seperated into @fuwa/ws and sharding will go to @fuwa/sharding.
Model
Structures like
Message
andGuild
will be moved into @fuwa/model to aid bots that don't need the gateway or REST.Main package
The main package will be restructured to use those smaller scoped ones. It is unsure how at the moment.
Beta Was this translation helpful? Give feedback.
All reactions