kokastar
DIAdiscord.js - Imagine an app
•Created by kokastar on 7/1/2023 in #djs-questions
How to Respond to the interaction without displaying anything
I see that there was a feature called .update! Exactly what I was looking for. Thank you very much.
7 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 4/2/2023 in #djs-questions
Cannot get online users
I'm able to resolve the issue.
10 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 4/2/2023 in #djs-questions
Cannot get online users
It should probably be enabled.
10 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 4/2/2023 in #djs-questions
Cannot get online users
10 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 12/11/2022 in #djs-questions
how to add a role from a user ID and a role ID
Thank you.
11 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 12/11/2022 in #djs-questions
how to add a role from a user ID and a role ID
I was able to do it successfully.
After comparing what I was taught and reading the documentation, I think I have some idea of how to read it.
11 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 12/11/2022 in #djs-questions
how to add a role from a user ID and a role ID
I read it but did not understand it. If possible, I would like an explanation with specific examples.
11 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 12/11/2022 in #djs-questions
how to add a role from a user ID and a role ID
newState.guild.members.addRole(role)
I tried as follows. However, I got the following error
Sorry for repeating myself.11 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 12/11/2022 in #djs-questions
how to add a role from a user ID and a role ID
Is
newState.guild.member
correct?
If so, it is undefined.11 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 12/11/2022 in #djs-questions
how to add a role from a user ID and a role ID
I would like to know how to get "<Guild>.members"
11 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 12/11/2022 in #djs-questions
how to add a role from a user ID and a role ID
Sorry for repeating myself. What code should I write in this case?
11 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 12/2/2022 in #djs-questions
Can't sent direct message
Oops, I forgot to make it an
interaction.client
. Resolved, thank you.6 replies
DIAdiscord.js - Imagine an app
•Created by kokastar on 10/9/2022 in #djs-questions
The third options arguments are not working properly.
I made an important mistake.
Thank you very much.
3 replies