Crux.Gateway Library providing a flexible gateway connection to the Discord API. Useful links Documentation Github Changelog Crux Libraries Overview Trunk Documentation Installation The library can be installed by adding crux_gateway to your list of dependencies in mix.exs: def deps do [ {:crux_gateway, "~> 0.2.3"} ] end