SchlaubiBus
SchlaubiBus
KKord
Created by ieatfries on 9/12/2024 in #help
How to generate push messages in channels?
in can be in threads, voice channels or guilds
25 replies
KKord
Created by ieatfries on 9/12/2024 in #help
How to generate push messages in channels?
also a bot can't be in a channel
25 replies
KKord
Created by ieatfries on 9/12/2024 in #help
How to generate push messages in channels?
what even is a push event
25 replies
KKord
Created by ieatfries on 9/12/2024 in #help
How to generate push messages in channels?
you need to wait some time even after receiving the ready event, before the cache is filled
25 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
Can't give a detailed explanation rn
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
I am in bed rn, so simply Google how to setup an slf4j impl and how to configure that
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
That way you can see whether the event comes in
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
You can also turn the log level to trace
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
It's called InteractionCreateEvent
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
I use kordex
19 replies
KKord
Created by Solaris on 9/9/2024 in #help
User installed command events not being received.
I receive user installed app interactions just fine
19 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
simply copy mine
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
generially you shouldn't build in the end-product image, also you should not use cp and mv but the COPY and MOVE commands
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
This way you just bloat your docker image since you have the entire c toolchain
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
you install a bunch of things in your container you do not need
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
it's there so you don't need to build curl inside your container
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
ghcr.io/kordlib/docker:main is a runtime image, not a build-time image
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
yeah that's also not what you are supposed to do
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
Is the other repo public
84 replies
KKord
Created by vyfor on 8/10/2024 in #help
[Kotlin/Native] Linking stage fails
You can check my Dockerfile and workflow
84 replies