Skip to content
vic

vic/discordex.json
{
"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"
}

Discord API for Elixir

If available in Hex, the package can be installed as:

  1. Add discordex to your list of dependencies in mix.exs:
def deps do
[{:discordex, "~> 0.0.1"}]
end
  1. Ensure discordex is started before your application:
def application do
[applications: [:discordex]]
end