Remedy
Remedy is an elixir library for interracting with the Discord API. The project began as a fork of the Nostrum library
To Do
-
Complete doc coverage
- make doctests work
- Complete test coverage
- new github actions
- Convert structs to schema
- Convert Cache to Ecto + Etso
- use Gun as the only HTTP client
- Re implement voice
- rewrite gateway modules
- Code clean up to respect contexts
- smash morphix apart and just take the 1 function i use
- Remove config.exs
Installation
defp deps() do
[
{:remedy, "~> 0.6.8"}
]
end