ْكِج
ْكِج
Explore posts from servers
DIAdiscord.js - Imagine an app
Created by t̴humper on 8/14/2024 in #djs-questions
Database system recommendations?
if u want free postgresql (supabase) or mongodb (mongodb atlas)
13 replies
DIAdiscord.js - Imagine an app
Created by t̴humper on 8/14/2024 in #djs-questions
Database system recommendations?
Supabase bro
13 replies
DIAdiscord.js - Imagine an app
Created by Shrewd 💫 on 2/25/2024 in #djs-questions
Automatic reactions
I wouldn't use collector for your specific use case, you are saying that you only want to listen to message reaction add in specific channel, so just listen to that event and if the reaction added is not on a message in that channel just ignore, otherwise do the logic there. No need to use database/collectors. Also what the guy above me said ^
31 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
No need to store any data, just filter out the disabled buttons current.data.disabled iirc
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
The map is what returned from the collector as a result to your filter applied to it. so if you do console.log(message.first()) you should get the first button clicked.
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
why do you always define the button interaction as message, that will just confuse you even more
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
Show code
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
So what's left is to edit the message no? ButtonInteraction#message#edit
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
show code
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
You send the bot message in the same code right? so just use it
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
I don't get what you mean but I assume you don't need help now am I right?
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
Good luck and let us know if you still face any issues
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
and I don't really know why you still use var? but that's not the topic here.
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
Your first line seems to be invalid as components is an array of action rows
58 replies
DIAdiscord.js - Imagine an app
Created by Toldi on 1/6/2024 in #djs-questions
Disable a button using its custom_id
Can't you just loop through message.components and then loop through each of them to change the disabled to true instead of doing all this hassle?
58 replies
DIAdiscord.js - Imagine an app
Created by Palacelaw on 12/16/2023 in #djs-voice
i so i need a muisc slash command and i need it to wrck i can give my code but it dos not wrck
why are u sharing your password if thats a valid one please change it
12 replies
DIAdiscord.js - Imagine an app
Created by Massicraft on 10/25/2023 in #djs-questions
listening to buttons...
I would first ensure that the customId has "_" if I were you
27 replies
SIASapphire - Imagine a framework
Created by ْكِج on 1/17/2023 in #sapphire-support
AutocompleteInteraction options#getUser doesn't exist
I solved it already thanks for the note tho always appreciated.
10 replies
SIASapphire - Imagine a framework
Created by ْكِج on 1/17/2023 in #sapphire-support
AutocompleteInteraction options#getUser doesn't exist
Typescript showed that it has so I got a bit confused. Thank you for clarifying things.
10 replies