vic/discordex
Discord API for Elixir
{ "defaultBranch": "master", "description": "Discord API for Elixir", "fullName": "vic/discordex", "homepage": "", "language": "Elixir", "name": "discordex", "pushedAt": "2016-01-27T07:19:34Z", "stargazersCount": 6, "updatedAt": "2025-01-29T08:22:52Z", "url": "https://github.com/vic/discordex"}Discordex
Section titled “Discordex”Discord API for Elixir
Installation
Section titled “Installation”If available in Hex, the package can be installed as:
- Add discordex to your list of dependencies in
mix.exs:
def deps do [{:discordex, "~> 0.0.1"}] end- Ensure discordex is started before your application:
def application do [applications: [:discordex]] end