Allvaa / lavalink-musicbot

Music bot that uses Lavalink for its audio player.
MIT License
96 stars 56 forks source link

Filters? #85

Open TheUsual10k opened 3 years ago

TheUsual10k commented 3 years ago

Filters for this bot? , I think you can add them using Lavalink.

rajamoulimallareddy commented 3 years ago

Filters for this bot? , I think you can add them using Lavalink.

it is very easy const player = message.guild.music;

player.node.send({ op: "filters", guildId: msg.guild.id || msg.guild,

: value, }); for Implementation https://github.com/freyacodes/Lavalink/blob/63153009235aa578483b42434e5fb496f6092b2f/IMPLEMENTATION.md
TheUsual10k commented 3 years ago

thankyou!

rajamoulimallareddy commented 3 years ago

thankyou!

did you check whether it is working????

hyonim commented 3 years ago

thankyou!

did you and is it working????

working, thank you so much

Allvaa commented 3 years ago

i might add filters if i want.

rajamoulimallareddy commented 3 years ago

i might add filters if i want

i can help in @Allvaa i mean i already have them i will create a pull request and check them if they are okay you can merge.

Allvaa commented 3 years ago

i might add filters if i want

i can help in @Allvaa i mean i already have them i will create a pull request and check them if they are okay you can merge.

i will add it myself for better filters handling. is there any good filters config? maybe I can use it to implement filters sometime

TheUsual10k commented 3 years ago

Maybe an example? So i have an Idea how to add it?

TheUsual10k commented 3 years ago

ded

rajamoulimallareddy commented 3 years ago

@TheUsual10k check pull request I added some filters using musichandler if you want you can use those.

TheUsual10k commented 3 years ago

@TheUsual10k check pull request I added some filters using musichandler if you want you can use those.

i tried your new commands in pull request but none of them seem to work , like i dont really notice anything different.

rajamoulimallareddy commented 3 years ago

@TheUsual10k check pull request I added some filters using musichandler if you want you can use those.

i tried your new commands in pull request but none of them seem to work , like i dont really notice anything different.

Bruh did u check music handler and are you using Dev branch lavalink