BEQI
BEQI
KKord
Created by BEQI on 11/30/2024 in #help
Ephemeral message
Ok. Bye then
20 replies
KKord
Created by BEQI on 11/30/2024 in #help
Ephemeral message
Understandable
20 replies
KKord
Created by BEQI on 11/30/2024 in #help
Ephemeral message
And how can I make interaction messages? I'm using AI
if (!isAdmin) {
message.kord.rest.interaction.?(
interactionId = message.id,
interactionToken = message.interaction ?: return@on,
content = "You don't have enough permissions!",
flags = setOf(MessageFlag.Ephemeral)
)
return@on}
if (!isAdmin) {
message.kord.rest.interaction.?(
interactionId = message.id,
interactionToken = message.interaction ?: return@on,
content = "You don't have enough permissions!",
flags = setOf(MessageFlag.Ephemeral)
)
return@on}
20 replies
KKord
Created by BEQI on 11/30/2024 in #help
Ephemeral message
I'll try it
20 replies
KKord
Created by BEQI on 11/30/2024 in #help
Ephemeral message
So...? How it use with interaction responses?
20 replies
KKord
Created by BEQI on 11/30/2024 in #help
Ephemeral message
No description
20 replies
KKord
Created by BEQI on 11/28/2024 in #help
Custom status/activity
I just added state = stats
14 replies
KKord
Created by BEQI on 11/28/2024 in #help
Custom status/activity
val statuses = listOf(
"👥$totalMembers│👤$totalUsers│🖥$totalBots",
"📅$formattedTime│🌲${days}d"
)
val stats = statuses.random()
client.editPresence {
status = PresenceStatus.DoNotDisturb
state = stats
}
val statuses = listOf(
"👥$totalMembers│👤$totalUsers│🖥$totalBots",
"📅$formattedTime│🌲${days}d"
)
val stats = statuses.random()
client.editPresence {
status = PresenceStatus.DoNotDisturb
state = stats
}
14 replies
KKord
Created by BEQI on 11/28/2024 in #help
Custom status/activity
No description
14 replies
KKord
Created by BEQI on 11/28/2024 in #help
Custom status/activity
No. Nothing usefull. I've already know how to make custom status
14 replies
KKord
Created by BEQI on 11/28/2024 in #help
Custom status/activity
Maybe more
14 replies
KKord
Created by BEQI on 11/28/2024 in #help
Custom status/activity
At least this one is 3 years old😑
14 replies
KKord
Created by BEQI on 11/28/2024 in #help
Custom status/activity
I didn't fully understand what you meant. Maybe somewhere in the documentation there is the information I need?
14 replies
KKord
Created by BEQI on 11/28/2024 in #help
Custom status/activity
No description
14 replies