aw0k3n
DIAdiscord.js - Imagine an app
•Created by aw0k3n on 11/7/2024 in #djs-questions
AuditLogEvent.ChannelUpdate getting logs for only 1 channel and not all channels
If I have two TextChannels called
secret
and secret2
, why does the above code only get the logs for secret
and not also secret2
? Is this suppose to happen?6 replies
DIAdiscord.js - Imagine an app
•Created by aw0k3n on 6/28/2024 in #djs-questions
The reply to this interaction has already been sent or deferred (Use interaction.update > once)
Hello, to start this off:
I'm already updating this interaction for the first time, and if the user presses on a button, I was doing this:
But I get an error that says
Error [InteractionAlreadyReplied]: The reply to this interaction has already been sent or deferred.
which I understood what it meant, so I used .editReply
instead but the problem with using .editReply
is that after you interact with a button it says This interaction failed.
Is there any way around this?10 replies
DIAdiscord.js - Imagine an app
•Created by aw0k3n on 6/25/2024 in #djs-questions
This interaction failed (StringSelectMenuBuilder)
command.js
13 replies
DIAdiscord.js - Imagine an app
•Created by aw0k3n on 4/28/2024 in #djs-questions
Objects not getting pushed to collection.
This check will detect if a user's roles has been updated, and if they have their old position roles, then it gets removed. For example, detecting if an administrator demoted to a moderator still has the administrator role. I added the role that was removed to a collection so I can add it to an embed to send to the user, but the only problem is that the collection is always empty.
4 replies