Skip to content

Commit 2a27a4d

Browse files
cyteonlpil
authored andcommitted
Add the library discord_gleam
1 parent a48aba6 commit 2a27a4d

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
6464
### API Clients
6565

6666
- [aws4_request](https://github.com/lpil/aws4_request) - [📚](https://hexdocs.pm/aws4_request/) - An AWS Signature Version 4 client implementation, used for S3 auth, etc
67+
- [discord_gleam](https://github.com/Cyteon/discord_gleam) - [📚](https://hexdocs.pm/discord_gleam/) - A library to create discord bots in gleam
6768
- [glatus](https://github.com/lpil/glatus) - [📚](https://hexdocs.pm/glatus/) - Gleam bindings to the API of the Gatus health check tool
6869
- [gleam_hexpm](https://github.com/gleam-lang/hexpm) - [📚](https://hexdocs.pm/gleam_hexpm/) - Gleam dynamic decoders for the API of Hex, the package manager for the BEAM ecosystem.
6970
- [glevatar](https://github.com/bunopnu/glevatar) - [📚](https://hexdocs.pm/glevatar/) - Easily create Gravatar URLs in Gleam

packages/discord_gleam.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "discord_gleam"
2+
description = "A library to create discord bots in gleam"
3+
repo_url = "https://github.com/Cyteon/discord_gleam"
4+
category = "API Clients"

0 commit comments

Comments
 (0)