rebok
rebok
KKord
Created by rebok on 8/30/2024 in #help
Is there a way to make kord automatically reconnect after an error?
ok, i think i have found the cause which was a task running each few seconds and that didn't use kord.on<E> {}
16 replies
KKord
Created by rebok on 8/30/2024 in #help
Is there a way to make kord automatically reconnect after an error?
No description
16 replies
KKord
Created by rebok on 8/30/2024 in #help
Is there a way to make kord automatically reconnect after an error?
i don't have any other code that would interact with kord outside of kord.on<E> {} expect for launching and stopping kord
16 replies
KKord
Created by rebok on 8/30/2024 in #help
Is there a way to make kord automatically reconnect after an error?
The first time it happend was today at 9 AM and after that was it happening today at around 3 PM
16 replies
KKord
Created by rebok on 8/30/2024 in #help
Is there a way to make kord automatically reconnect after an error?
but from what i know exceptions in kord.on<E> {} shouldn't make the bot crash
16 replies
KKord
Created by rebok on 8/30/2024 in #help
Is there a way to make kord automatically reconnect after an error?
No description
16 replies
KKord
Created by rebok on 8/30/2024 in #help
Is there a way to make kord automatically reconnect after an error?
i mean in the terminal output
16 replies
KKord
Created by rebok on 3/23/2024 in #help
Extract the thread id from a ThreadCreated message
I printed message.data and realized that the message id is basically the thread id
26 replies
KKord
Created by rebok on 3/23/2024 in #help
Extract the thread id from a ThreadCreated message
and content only returns the thread name
26 replies
KKord
Created by rebok on 3/23/2024 in #help
Extract the thread id from a ThreadCreated message
no, nothing new, it doesn't seem to be in mentionedChannels
26 replies
KKord
Created by rebok on 3/23/2024 in #help
Extract the thread id from a ThreadCreated message
message.channel returns the channel message has been sent to and not the thread channel
26 replies
KKord
Created by rebok on 1/31/2024 in #help
Is there a way to get user status?
ok, thanks for the info
4 replies
KKord
Created by rebok on 1/21/2024 in #help
Is there a way to serialize PublicMessageInteractionResponseBehavior ?
I solved it by using a mutablemap which key is a UUID and the value is PublicMessageInteractionResponseBehavior, and then i can just serialize the UUID
5 replies
KKord
Created by rebok on 7/13/2023 in #help
Getting members on Guild type doesn't return same amount members as when getting memberCount from it
I mean i tried without fetchGuild, just accessing members, and it didn't work
23 replies
KKord
Created by rebok on 7/13/2023 in #help
Getting members on Guild type doesn't return same amount members as when getting memberCount from it
it actually has
23 replies
KKord
Created by rebok on 7/13/2023 in #help
Getting members on Guild type doesn't return same amount members as when getting memberCount from it
I recreated bot(on dev dashboard), and it looks it was some problem with intents and that fixes problem(if you use something like ExampleGuild.fetchGuild().members, using rest api for me returns only bot, also requestMembers does the same thing)
23 replies
KKord
Created by rebok on 7/13/2023 in #help
Getting members on Guild type doesn't return same amount members as when getting memberCount from it
It did give me the same result
23 replies
KKord
Created by rebok on 7/13/2023 in #help
Getting members on Guild type doesn't return same amount members as when getting memberCount from it
I also tried
23 replies
KKord
Created by rebok on 7/13/2023 in #help
Getting members on Guild type doesn't return same amount members as when getting memberCount from it
yes
23 replies
KKord
Created by rebok on 7/13/2023 in #help
Getting members on Guild type doesn't return same amount members as when getting memberCount from it
And it's chatInputCommandInteractionEvent
23 replies