SpaceEEC / ex_link

A Lavalink client for elixir

Home Page:https://ex_link.randomly.space

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ExLink

A Lavalink client for elixir.

Useful links

Installation

The package can be installed by adding ex_link to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_link, git: "https://github.com/spaceeec/ex_link.git", tag: "0.1.0"}
  ]
end

Usage

Check out the @moduledoc for ExLink and ExLink.Player for a small example.

About

A Lavalink client for elixir

https://ex_link.randomly.space

License:MIT License


Languages

Language:Elixir 100.0%