discord_gleam

discord_gleam

7 devlogs
8h 28m
•  Ship certified
Created by Cyteon

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/

Timeline

Earned sticker

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

Update attachment

Ship 1

1 payout of shell 143.0 shells

Cyteon

about 1 month ago

Cyteon Covers 6 devlogs and 7h 17m

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

Update attachment

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

Update attachment

Added the GUILD_ROLE_CREATE, GUILD_ROLE_UPDATE and GUILD_ROLE_DELETE gateway events

Update attachment

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

Update attachment

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

Update attachment

Added CHANNEL_CREATE, CHANNEL_DELETE and CHANNEL_UPDATE gateway event packets

Update attachment
Json C Json C 3 months ago

woaw what a pro coder right here