A gleam library for making discord bots in gleam (https://gleam.run)
How to setup gleam if u wanna properly test: https://gleam.run/getting-started/installing/
John Meshtastic
Check their project out: I made my own web
Neon
Check their projects out: Annoy Lou, Slack zeon, Ntfy w/ som, Summer of making Share votes, @grok is this true, ruby scrapes a book site, SoM userscript, Shipwrecked random phone number, Washing machine updates
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Implemented discord gateway close codes (40xx), this will help identify why you were disconnected from the gateway. Image is an example of what happens if you forget to enable the message content intent and you are using that intent in your bot
Made a lot of changes in order to support the latest versions of gleam:
- Replaced bravo with booklet
- Set gleam requirement to >=1.11 instead of >=1.9
- Updated all packages to latest versions
- Changed all deprecated stuff from my code
Added all intents along with adding all events (with checkboxes) to readme, sorted by intents, so its easier for people to see what is implemented
Released 1.2.1 (old was 1.2.0):
- Did a bunch of patches
- Added proper error handling for hello packet
- Removed echo from endpoints.gleam
Add GUILD_BAN_ADD
and GUILD_BAN_REMOVE
events.
Also rewrote some of the packet handling so it gives errors, which means i also added a function to convert decodeerrors to strings
woaw what a pro coder right here