Kyusaor
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 9/5/2024 in #djs-questions
Add thumbnail embed from locally running api
Oh didn't see that, pretty cool they added a way to do it, thanks !
10 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 9/5/2024 in #djs-questions
Add thumbnail embed from locally running api
I know local files are not supported for embed thumbnail
But I'm planning to deploy a website someday, and I'm starting to test stuff to learn how to use apis, and I came across this interrogation
If I'm running a rest api locally with every image etc that the bot as well as the website would use, could I also store embed thumnails and use them from there?
10 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
It worked, thanks
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
I already started to fix that earlier
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
Yup, obviously
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
I'll try tomorrow, I'll let you know if it's working. Thanks for taking your time to help!
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
Ah, it's probably that indeed
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
The command is called setglobalping in the buttonInteraction handler
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
Hum, would it be easier to understand if I point to you the starting point in the github repo, and you follow it by yourself from there ?
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
If you want to see the global interaction event handler, i didn't showed it as it's not triggered by my current case (only the initial interaction, that seems to work as intended), and I don't want to flood you with irrelevant code
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
I actually called it on the interaction, I just poor-worded my sentence, my bad
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
It's considered as a reply to the first interaction
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
Calling update on that message triggers the already aknowledged interaction error, I already tried
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
I must reply first if I wanna keep the board in place
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
And i don't want to update the initial message, as it is the board
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
Update is used for the initial response
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
It doesn't work
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
As if Discord isn't aware that it successfully edited the interaction, if I should schematize the problem
42 replies
DIAdiscord.js - Imagine an app
•Created by Kyusaor on 8/3/2024 in #djs-questions
Discord seems to have troubles editing an interaction, but still doing it
The first click trigger a interaction.reply, resulting in the list message with the numbers.
Then, I click and it triggers an editReply, editing the message. But the problem is that even though the interaction is actually edited right away, the buttons stay in the loading position and give the interaction failed error after the 3s delay
42 replies