1.2.5 • Published 7 months ago

harmonylink v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

TypeScript

Contributors Forks Stargazers Issues MIT License

!WARNING
Support for Lavalink Version 3 is planned, but not confirmed to be done.

About

Seamlessly connect to LavaLink nodes for high-quality audio streaming in your applications. HarmonyLink offers a reliable and easy-to-use interface, perfect for building music bots and audio applications with superior performance.

Demo:

URLFeaturesAdditional Information
RhythmCoreAdvanced Music bot With AIInvite
Example BotVerry basic example botcoming soon

Getting Started

Here is how to install HarmonyLink on your project.

Installation

# Using npm
npm install harmonylink

# Using yarn
yarn add harmonylink

Example Usage

// With Discord.js Version 14
import { DJSLibrary, HarmonyLinkConfiguration, HarmonyLink } from "HarmonyLink";
import { Client } from "discord.js"

// Initialize your client
const client = new Client();

const config: HarmonyLinkConfiguration = {
  nodes: [
    {
      name: "Example Node",
      host: "example.com",
      port: 2333,
      password: "youshallnotpass",
      secure: false
    }
  ] // Your nodes. 
  library: new DJSLibrary(client),
};

const musicClient = new HarmonyLink(config)

// Creating a player
await musicClient.createPlayer()

For more examples, please refer to the Documentation

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

1.2.5

7 months ago

1.2.4

7 months ago

1.2.0

11 months ago

1.2.3

11 months ago

1.2.2

11 months ago

1.2.1

11 months ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago