Hello everyone!
Over the past couple months (I think since April), I've been working on my biggest project to date. ๐ป
Grom is a Discord API library for Gleam! It aims to be the de-facto replacement of discord_gleam, which has been lacking in my opinion.
It features:
- A gleamy API
- ~95% coverage of the REST API, ~99% coverage of the Gateway API ||(numbers taken straight out of you know where)||
- Modern Discord features, such as Components V2 and fully featured interaction support.
- Easy intent/other bitflag management
Grom is very experimental, so I probably wouldn't migrate MEE6 to it 
Grom is also quite unstable by design, there are many changes that happen to the Discord API that constitute breaking changes in Gleam. ||(one of them being the recent addition of new permissions, so be prepared for v2.0.0)||
I've been working very hard for it to work well, and in my opinion, it is ready to have its first big bot written using it! 
https://hexdocs.pm/grom/index.html
https://gitlab.com/grom-gleam/grom
Released the earlier-mentioned v2.0.0





