Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

πŸš€ DAVE Update Documentation

This documentation explains the latest DAVE update, including Python dependency changes and the AIRANODE Lavalink connection configuration.

By NaAz (Not_Op_gamer404_Yt)


πŸ“¦ Python Changes

Wavelink Dependency Update

The official Wavelink package currently has issues with the new system used by DAVE. Because of this, the dependency has been switched to a patched Git version.

Old Install

pip install wavelink

New Install (Required)

pip install git+https://github.com/munishkhatri720/Wavelink@websockets-patch

Requirements Example

If you use a requirements.txt file:

git+https://github.com/munishkhatri720/Wavelink@websockets-patch

πŸ“œ JavaScript Changes

For JavaScript bots, the Lavalink node configuration must be updated manually.

You will need to connect your Lavalink client to the AIRANODE Lavalink server.

Example clients that can be used:

  • Shoukaku
  • Erela.js
  • Oceanic Lavalink Client
  • Custom Lavalink clients

🌐 AIRANODE Lavalink Node

Use the following node to connect your bot.

Status

online

IP

lava.airanode.cloud

Port

25714

Authorization

AnXCodeX

Secure

false

🧩 Example Lavalink Node Config (Python)

node = wavelink.Node(
    uri="http://lava.airanode.cloud:25714",
    password="AnXCodeX"
)

🧩 Example Lavalink Node Config (JavaScript)

const nodes = [
  {
    host: "lava.airanode.cloud",
    port: 25714,
    password: "AnXCodeX",
    secure: false
  }
];

⚠ Important Notes

  • Always use the patched Wavelink Git version
  • Make sure your bot can connect to the Lavalink node
  • JavaScript users must configure the node manually in their Lavalink client

πŸ‘¨β€πŸ’» Maintained By

NaAz (Not_Op_gamer404_Yt)

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors