ahmood
ahmood
DIAdiscord.js - Imagine an app
Created by . on 5/25/2024 in #djs-questions
ticket bot reacts to own messages
So what's supposed to happen?
4 replies
DIAdiscord.js - Imagine an app
Created by . on 5/22/2024 in #djs-questions
help with command
then probably ask that someone to fix it
6 replies
DIAdiscord.js - Imagine an app
Created by . on 5/22/2024 in #djs-questions
help with command
Filter out bots when listening to the reaction event
6 replies
DIAdiscord.js - Imagine an app
Created by it’s raining outside on 5/17/2024 in #djs-questions
hopefully two simple questions
The whole point of typescript is it's type system, the reason you cannot use client.commands is because Client doesn't have a commands property, you have to declare it or extend the class
96 replies
DIAdiscord.js - Imagine an app
Created by it’s raining outside on 5/17/2024 in #djs-questions
hopefully two simple questions
Then keep using js, you have to understand how typescript works first if you're gonna switch
96 replies
DIAdiscord.js - Imagine an app
Created by it’s raining outside on 5/17/2024 in #djs-questions
hopefully two simple questions
Why are you using client.commands if you declared commands as a variable
96 replies
DIAdiscord.js - Imagine an app
Created by constt 🎄❄ on 5/13/2024 in #djs-questions
delete channels
Just don't give manage channels permission to untrusted people
33 replies
DIAdiscord.js - Imagine an app
Created by Xge on 5/15/2024 in #djs-questions
"No description" error when sending message
and thy shall disappear for no where to be found
7 replies
DIAdiscord.js - Imagine an app
Created by >crown'ley on 5/6/2024 in #djs-questions
Guys can i run my old code in discord js still?
AI will never work reliably for coding, don't try or suggest it
35 replies
DIAdiscord.js - Imagine an app
Created by lor3512 on 4/7/2024 in #djs-questions
I cannout untimeout a user
oh yeah i meant fetch individual members using guild.members.fetch({ user: ... }), lmao should have been specific
19 replies
DIAdiscord.js - Imagine an app
Created by lor3512 on 4/7/2024 in #djs-questions
I cannout untimeout a user
its better to fetch members using guild.members.fetch() as they arent always cached
19 replies
DIAdiscord.js - Imagine an app
Created by lor3512 on 4/7/2024 in #djs-questions
I cannout untimeout a user
targetMember is undefined
19 replies
DIAdiscord.js - Imagine an app
Created by iFel1x on 3/13/2024 in #djs-questions
Output a message to any channel
It's really not hard, put this code inside the ready listener, which you're already listening for
23 replies
DIAdiscord.js - Imagine an app
Created by iFel1x on 3/13/2024 in #djs-questions
Output a message to any channel
You're trying to access the channel before the bot is ready, put the channel send stuff inside the ready listener
23 replies
DIAdiscord.js - Imagine an app
Created by iFel1x on 3/13/2024 in #djs-questions
Output a message to any channel
Do you have the Guilds intent?
23 replies
DIAdiscord.js - Imagine an app
Created by iFel1x on 3/13/2024 in #djs-questions
Output a message to any channel
What am I supposed to do with that
23 replies
DIAdiscord.js - Imagine an app
Created by iFel1x on 3/13/2024 in #djs-questions
Output a message to any channel
You're using an invalid channel Id then
23 replies
DIAdiscord.js - Imagine an app
Created by ABDULLAH on 3/2/2024 in #djs-questions
How can i use fetch message using DM?
fetch the dm channel then fetch the message from that dm channel
26 replies
DIAdiscord.js - Imagine an app
Created by Martoz on 3/3/2024 in #djs-questions
embed
use the url option when setting the author
24 replies
DIAdiscord.js - Imagine an app
Created by cur10s on 3/3/2024 in #djs-questions
Package path error
discord-api-types/v10
5 replies