Skip to content

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.

Notifications You must be signed in to change notification settings

discordeno/lavadeno

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lavadeno banner


A powerful lavalink client built on the Deno Runtime

Discord ServerGithub

  • Flexible: Lavadeno is not restricted to a specific discord library. Meaning you only need a connection to the discord gateway for it to work.
  • Easy-to-Use: Lavadeno has a neat and user-friendly promise-based api.
  • Lightweight: Designed to be small and performant, it's a great choice for any sized project.

Setup

import { Manager } from "https://deno.land/x/lavadeno/mod.ts";

const nodes = [
  {
    id: "main",
    host: "localhost",
    port: 2333,
    password: "youshallnotpass"
  }
]

const manager = new Manager(nodes, {
  send(id, payload) {
    sendPayloadToDiscord();
  }
});

melike2d © 2020

About

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%