And discord API library written in the gleam programming language
ILikeMice
Check their project out: EP-01 finale
Neon
Check their projects out: Hacker news checker, Market , Artophage, Slack - Zeon
Cyao
Check their project out: Icepi Zero - Raspberry Pi Zero FPGA Equivalent
Navdeep
Check their projects out: Cryptonium, Arena, Scribbly, UwU
Tetie
Check their project out: babble (database)
Gizzy (No.1 PHP Hater)
Check their project out: EdulinkAPK
Arjav
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
krn
Check their project out: Inky; rpi camera but in an awesome case
1xb0
Whoops! Looks like they don't have a project yet. Maybe ask them to start one?
By shipping your project, you're marking it as complete and it'll enter matchmaking. However, you will NOT be able to edit it anymore.
Added always reconnecting on disconnect, unless it was less than 1 minute since the connection started. Cause then the disconnect will usally be due to something you are not supposed to reconnect for
Implemented reconnecting to the socket, with the sessionid, and gatewayresume_url, provided by discord. Reconnecting is currently only implemented for op code 7 (reconnect)
Implemented the MESSAGE_UPDATE event, so you can listen for edits
I have been continuing work towards a good v1 release. I have fixed all my bad error handling, replacing it with proper error handling. And also fixed every example (ss is just example of 1), every was broken due to either my new error handling, or gleam stdlib changing.
Added the ability to edit messages, along with making send_message() output a result with either an err or data about the sent msg, like ID
Spent a hella long time implementing options for slash cmds, was NOT fun. But now it works, and supports the diffrent slash cmd types (some might break i think but i just added all)
Add a function to create a DM channel. This is pretty useful for functions where i havent implemented a function for direct messages
I wrote a lot more docs (screenshot is just one part of 1 file).
See https://github.com/Cyteon/discord_gleam/commit/4ad52f463a1b50cdc966ddf98f9519e1da43481f
https://hexdocs.pm/discord_gleam/0.2.3/
Add sending direct messages with send_direct_message()
.
(docs: https://hexdocs.pm/discord_gleam/discord_gleam.html#send_direct_message)
Today i added a bunch of documentation for some functions, i will gradually add more