Vico
DIAdiscord.js - Imagine an app
•Created by Vico on 3/23/2025 in #djs-questions
Server Member Applications processing
thanks btw for the explaination
5 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 3/23/2025 in #djs-questions
Server Member Applications processing
oh i see
5 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 3/17/2025 in #djs-questions
How can i check if a message have an attachment?
okay, will try, thanks!
10 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 3/17/2025 in #djs-questions
How can i check if a message have an attachment?
<message>attachments.first ?
10 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 3/17/2025 in #djs-questions
How can i check if a message have an attachment?
and to process only the first attached file (to relay to openai api)
10 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 3/17/2025 in #djs-questions
How can i check if a message have an attachment?
so check if
<Message>.attachments.size
is greater than 0, right?10 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 3/17/2025 in #djs-questions
How can i check if a message have an attachment?
10 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 9/20/2023 in #djs-questions
Get member "in-server" nickname
thanks a lot
7 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 9/20/2023 in #djs-questions
Get member "in-server" nickname
worked!
7 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 9/20/2023 in #djs-questions
Get member "in-server" nickname
okay, i will test here
7 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 9/20/2023 in #djs-questions
Get member "in-server" nickname
running under djs v14.13.0, just fyi
7 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
i will move the bot filter to before the logs to see one thing
50 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
The first message was me doing
gelo!help
. The second one seems to be the bot returning the command list (since i positioned the bot filtering after the logging)50 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
@Jô 🌈 🦄 well, i've update the main.js with the logging information you told me to put (plus i logged also
msg.member.permissions
) and added the bot filter the bot put50 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
ah, just forget it, i read in the docs that .author and .member return diferent data
50 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
just wondering after seeing the snippet for checking if the message author is a bot...
50 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
shouldn't i change <message>.member to <message>.author ?
50 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
wait
50 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
will add the check
50 replies
DIAdiscord.js - Imagine an app
•Created by Vico on 8/13/2023 in #djs-questions
Check if user that sent a message have permission
oh morning
50 replies