Tomato6966 / lavalink-client

Easy, flexible and feature-rich lavalink@v4 Client. Both for Beginners and Proficients.
https://tomato6966.github.io/lavalink-client/
MIT License
48 stars 13 forks source link

How to use it in aoi.js #4

Closed CycloneAddons closed 1 year ago

CycloneAddons commented 1 year ago

Make function of aoi.js inside it using customFunction

fb-sean commented 1 year ago

What

CycloneAddons commented 1 year ago

What

Bro Aoi.js Is A Package like discordjs

fb-sean commented 1 year ago
  1. I know what Aoijs is
  2. Its not like djs it is a framework on top of djs
  3. What do you actually want be more specific
Tomato6966 commented 1 year ago

I wouldn't say you can make it work with aoijs simply cause you can't use it as strings only

CycloneAddons commented 1 year ago

I wouldn't say you can make it work with aoijs simply cause you can't use it as strings only

Just tell me how to setup it in aoi.js I will manage other things. ![Uploading Screenshot_2023-08-22-20-22-51-543_com.replit.app.jpg…]()

CycloneAddons commented 1 year ago

Screenshot_2023-08-22-20-22-51-543_com replit app It say that how to give shards ??? With aoi.js

fb-sean commented 1 year ago

Screenshot_2023-08-22-20-22-51-543_com replit app It say that how to give shards ??? With aoi.js

sendToShard: (guildId, payload) => client.guilds.cache.get(guildId)?.shard?.send(payload),

You need to make "client" the djs client since aoijs use djs