Mau
DIAdiscord.js - Imagine an app
•Created by Mau on 12/26/2023 in #djs-questions
Not getting the interaction reply message id
Hey there, im trying to get the message id from a interaction.reply, how would one tackle this? I am trying the following but with no succes:
This does not return the message id to me, just some random (i think) interaction id.
5 replies
DIAdiscord.js - Imagine an app
•Created by Mau on 12/25/2023 in #djs-questions
Bypass the limited choices for string options on slashcommand
Hey there, I was looking at some bots and I found a music bot which allows the user to do
/play
name:I'm still
and it suggests in the bar above things (string choices) like I'm still standing - Elton John
. I thought that command builder choices had a limit of 25.
Anyone any idea how this could've been made so that it suits unlimited options? Or adjusts based on the input4 replies
DIAdiscord.js - Imagine an app
•Created by Mau on 10/2/2022 in #djs-questions
How to get user status
How do I get the status of a user? I assumed it was in a User object but I cannot seem to find it. Basically what I am looking for is the string value of like
"online" | "dnd" | "idle"
and all that stuff.7 replies
DIAdiscord.js - Imagine an app
•Created by Mau on 10/2/2022 in #djs-questions
Banner undefined
Hey anyone happens to know why
interaction.user.bannerURL()
is not working? I am 100% sure I have a banner but the bot cannot fetch it. Things like interaction.user.avatarURL()
do work.7 replies