README.md
# discord_gleam
[](https://hex.pm/packages/discord_gleam)
[](https://hexdocs.pm/discord_gleam/)
```sh
gleam add discord_gleam
```
```gleam
import discord_gleam
pub fn main() {
todo
}
```
Further documentation can be found at <https://hexdocs.pm/discord_gleam>.
## Development
```sh
gleam test # Run the tests
```