File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
src/main/kotlin/com/lambda/module/modules/client Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ dependencies {
155155
156156 // Add dependencies on the required Kotlin modules.
157157 includeLib(" io.github.classgraph:classgraph:${classGraphVersion} " )
158- includeLib(" com.github.caoimhebyrne :KDiscordIPC:$discordIPCVersion " )
158+ includeLib(" com.github.emyfops :KDiscordIPC:$discordIPCVersion " )
159159 includeLib(" com.pngencoder:pngencoder:$pngEncoderVersion " )
160160
161161 includeLib(" io.github.spair:imgui-java-binding:$spairVersion " )
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ kotlinVersion=2.2.0
3434pngEncoderVersion =0.16.0
3535javaVersion =21
3636baritoneVersion =1.14.0
37- discordIPCVersion =0.2.3
37+ discordIPCVersion =6f6b6cce17
3838classGraphVersion =4.8.179
3939ktorVersion =3.1.2
4040mockitoKotlin =5.4.0
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ import com.lambda.Lambda.LOG
2222import com.lambda.context.SafeContext
2323import com.lambda.event.EventFlow
2424import com.lambda.event.events.TickEvent
25- import com.lambda.event.events.WorldEvent
2625import com.lambda.event.listener.SafeListener.Companion.listenOnce
2726import com.lambda.module.Module
2827import com.lambda.module.tag.ModuleTag
@@ -36,7 +35,6 @@ import com.lambda.util.extension.fullHealth
3635import com.lambda.util.extension.worldName
3736import dev.cbyrne.kdiscordipc.KDiscordIPC
3837import dev.cbyrne.kdiscordipc.core.packet.inbound.impl.AuthenticatePacket
39- import dev.cbyrne.kdiscordipc.data.activity.button
4038import dev.cbyrne.kdiscordipc.data.activity.largeImage
4139import dev.cbyrne.kdiscordipc.data.activity.smallImage
4240import dev.cbyrne.kdiscordipc.data.activity.timestamps
You can’t perform that action at this time.
0 commit comments