Shaun
Shaun
Explore posts from servers
KKord
Created by Shaun on 11/27/2024 in #help
Dependency conflicts...
Kord is using ktor 3.0.0 I'm also using com.aallam.openai:openai-client which depends on ktor 2.3.2 How can I get around this?
6 replies
KKord
Created by Shaun on 11/27/2024 in #help
Opus stream to wav?
How can I take the incoming opus stream from a voice channel and save it as a wave file? I have the full opus audio sample as a ByteArray, how do I actually convert this to a wav file?
115 replies
KEKord Extensions
Created by Shaun on 11/27/2024 in #kordex-support
It's that time again
It's that time where I need to make another discord bot, where can I look to get started with voice?
95 replies
KKord
Created by Shaun on 8/16/2024 in #help
Is Kord meant for other api features other than bots?
For example can I use it to make discord api calls to authorize https://discord.com/oauth2/authorize Or https://discord.com/api/users/@me
8 replies
KEKord Extensions
Created by Shaun on 8/15/2024 in #kordex-support
Can I load a .env file for a module instead of the whole project?
There are some utils for loading .env files, can this support the above? Or do I need to use my own solution here.
87 replies
KEKord Extensions
Created by Shaun on 7/24/2024 in #kordex-support
How long do user commands take to register?
How long do user commands take to register?
24 replies
KEKord Extensions
Created by Shaun on 7/12/2024 in #kordex-support
how does defaultGuild interact with user apps?
I can't seem to test user commands with defaultGuild being set, is there a workaround for this?
38 replies
KKord
Created by Shaun on 7/11/2024 in #help
How do I add components to an interaction response?
event.interaction.respondEphemeral {
content = ""
}
event.interaction.respondEphemeral {
content = ""
}
How can I add a component to this?
2 replies
KEKord Extensions
Created by Shaun on 7/11/2024 in #kordex-support
How do monetization stuffs work?
I'm trying to monetize my bot/app how does this work with kordex?
69 replies
KEKord Extensions
Created by Shaun on 7/10/2024 in #kordex-support
Can you send an ephemeral response from a public slash command?
^
97 replies
KEKord Extensions
Created by Shaun on 7/7/2024 in #kordex-support
My commands aren't updating
I've set the defaultGuild on my bot config, when I restart my bot, the commands aren't updated on my guild so I cannot test them.
98 replies
KKord
Created by Shaun on 7/7/2024 in #help
How do I unregister commands to reregister them with updates?
How do I unregister commands to reregister them with updates?
175 replies