Amgelo
Explore posts from serversDIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
yeah that'll logout all connections, including your lingering one
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
I haven't used portainer so no idea
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
it'll "logout" all connections
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
but if you're 100% sure there's another one running then you can change your token
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
okay maybe it's running with outdated code and that's why it's not erroring
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
I was thinking something like
- button clicked
- bot A starts collector
- bot B starts collector
- button clicked again
- bot A replies
- bot B errors since A already replied
but both would try to showModal, one should error and its collector wouldn't be created at all
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
hmmm yeah I think not following how the events should happen
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
so you're running two bots with the same code and the same token
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
it really sounds like you have a lingering bot process, another bot running that shouldn't be running anymore
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
and that execute is called in a collector, or a direct interactionCreate listener?
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
I think wolvinny missed the uuid part
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
or is that handleJoinQuestInteraction?
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
can you show how you're replying to the button?
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
could you look into this just in case?
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
or a max/maxCollected
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
you should only cleanup any lingering collectors, which is why you provide a time
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
no, you can't detect that
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
and your current one can't reply anymore
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
which would be the one not erroring and replying correctly
49 replies
DIAdiscord.js - Imagine an app
•Created by xTwisteDx on 5/1/2025 in #djs-questions
Modal interaction already acknowledged?
sounds like you could have a lingering process
49 replies