oyumly
DIAdiscord.js - Imagine an app
•Created by oyumly on 3/23/2025 in #djs-questions
Buttons with Discord RPC do not appear
5 replies
DIAdiscord.js - Imagine an app
•Created by oyumly on 2/23/2025 in #djs-questions
The problem with shards
The bot was launched two days ago, it was on the host, it worked 24/7, in a single instance, but yesterday something happened and the bot suddenly died, and when it started, there were errors, although there were no incomplete sessions, etc.
Other bots don't have such problems.
I use the bot to synchronize users in the tg channel and the discord server.
10 replies
DIAdiscord.js - Imagine an app
•Created by oyumly on 12/13/2024 in #djs-questions
search function
Can the discord bot use the discord search function? For example, from the user:, after:, in the channel:
Can you write an example code? I will be grateful!
My code below works, though not exactly as it should, but if, for example, there are about 10 thousand messages in the channel, then it will take a very long time(
7 replies
DIAdiscord.js - Imagine an app
•Created by oyumly on 12/3/2024 in #djs-questions
Ephemeral messages
My problem is that the error message is Error [InteractionAlreadyReplied]: The reply to this interaction has already been sent or deferred. and not only DiscordAPIError[40060]: Interaction has already been recognized.
they happen because of my ephemeral messages, for example, I have a main message with several buttons, all buttons send messages from ephemeral, ephemeral messages have a couple more buttons, for example, to scroll through the rules pages, if I scroll to some and close the ephemeral message that is visible only to me. The next time you open it, it will give you similar errors, is there any way to fix this?
24 replies