Ateeb Sohail
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 9/29/2024 in #djs-questions
Get the date of a user joining discord
Is there a way to use the Discord API to get the date when a user joined discord (not a guild) or does discord not give out that infommation. I was unable to find any traces
4 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 2/18/2024 in #djs-questions
Thread sometimes null?
Why is thread sometimes null?
13 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 1/31/2024 in #djs-questions
Unable to delete message from DM
4 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 1/31/2024 in #djs-questions
Assuming I have a link button, anyway to get the URL of the button?
The title says it all. eg if i have a link button to https://google.com/ can i get the url later on by using interaction.message
3 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 1/28/2024 in #djs-questions
How do i send messages in a Forum Channel
assuming i have the channel stored in the
channel
variable, how would i send a message to it? Any clue? I've scoured https://discord.js.org/docs/packages/discord.js/main/ForumChannel:Class18 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 1/26/2024 in #djs-questions
Unable to DM User despite open DMs
13 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 1/26/2024 in #djs-questions
Invalid Type?
Hi, Im trying to map users from guild into a dropdown heres my code so far,
error:
6 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 1/25/2024 in #djs-questions
interaction.user.send() not working?
The embed with Success happens and whole thing goes to plan but i.user doesnt get logged??? nor do i get dmed
Heres full code : https://pastebin.com/xy0ZXRa5
16 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 1/23/2024 in #djs-questions
I've been at this for hours. Invalid Channels?
This is how im defining channels
for some reason my command use.ts is invalid? its all due to this line
Below is the function file. The error occurs due to me assigning to the channel variable.
9 replies
DIAdiscord.js - Imagine an app
•Created by Ateeb Sohail on 1/23/2024 in #djs-questions
Nested Collector
If i have a button that opens up a modal, do i add the modal collector in the button collector or is there another way? Coming back to djs after a long time so my brain isnt braining.
or
16 replies