Tibou
Tibou
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
Well here is my Pull request 😊 .
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
@SchlaubiBus (Hum sorry for ping, idk if I can't ping you, but if not tell me and I will stop 😶). Is this code eligible to be added to the documentation? I am open to any suggestions for improvement 😇.
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
I have add a CoroutineScope to allow to send messages reply in this anonymous object AudioLoadResultHandler. Idk if it's the best way do solve this problem, but in any case it's better to create a class to manage loaded track, this is just a simple example inpireby by the README of lavaplayer.
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
No description
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
So here we are. Here is what I can offer as an example of an implementation of a music bot with Kord and Lavaplayer.
repositories {
mavenCentral()

// Lavaplayer
maven("https://jitpack.io") // For com.github.walkyst.JAADec-fork:jaadec-ext-aac & ibxm-fork:com.github.walkyst:ibxm-fork
// YouTube source
maven("https://maven.lavalink.dev/releases")
}

dependencies {
implementation("dev.kord:kord-core-voice:0.15.0")

implementation("dev.arbjerg:lavaplayer:2.2.3")
implementation("dev.lavalink.youtube:common:1.12.0")
}
repositories {
mavenCentral()

// Lavaplayer
maven("https://jitpack.io") // For com.github.walkyst.JAADec-fork:jaadec-ext-aac & ibxm-fork:com.github.walkyst:ibxm-fork
// YouTube source
maven("https://maven.lavalink.dev/releases")
}

dependencies {
implementation("dev.kord:kord-core-voice:0.15.0")

implementation("dev.arbjerg:lavaplayer:2.2.3")
implementation("dev.lavalink.youtube:common:1.12.0")
}
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
Okey now it work my kord discord bot is playing music ! Thanks you. I will write a full example send it here and try to contribute to the documentation (and probably open a other help about contribution 😬 😅 ).
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
Yeah but there is also something with a loader ect, I will go read my old code for see how I do 😂. You solve my main problems.
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
Thanks you for your time. See you. I will try solve my problem with lavaplayer, and publish my result here, and if I can on the doc.
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
Okey thanks, we can make issues and pull request there ?
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
Docs is important 🙏 .
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
This is ok, I will search. Others question are you going to update the docs ? And how can we contribute to it ? And thanks for all your help 🙏
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
No description
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
In repo or dependencies ?
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
repositories {
mavenCentral()
maven("https://repo.kord.dev/snapshots")
maven("https://oss.sonatype.org/content/repositories/snapshots")
}

dependencies {
testImplementation(kotlin("test"))
implementation("dev.lavalink.youtube:common:1.12.0")
implementation("dev.arbjerg:lavaplayer:2.2.3")
implementation("dev.kord:kord-core:0.15.0")
implementation("dev.kord:kord-voice:0.15.0")
}
repositories {
mavenCentral()
maven("https://repo.kord.dev/snapshots")
maven("https://oss.sonatype.org/content/repositories/snapshots")
}

dependencies {
testImplementation(kotlin("test"))
implementation("dev.lavalink.youtube:common:1.12.0")
implementation("dev.arbjerg:lavaplayer:2.2.3")
implementation("dev.kord:kord-core:0.15.0")
implementation("dev.kord:kord-voice:0.15.0")
}
Hum I think it's my bad cause I'm maybe missing repositories 🤔
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
No description
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
I can make a public repo on GitHub, for debug if you want ?
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
No description
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
No description
41 replies
KKord
Created by Tibou on 3/27/2025 in #help
Kord music bot and documentation.
This not solve my Unresolved reference 😕. I add it to gradle refresh, and also sync gradle.
41 replies