-૮૨ყ-
-૮૨ყ-
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 11/13/2023 in #djs-questions
How to handle previous instances?
^yeah haha, dum mistake by me
6 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 11/13/2023 in #djs-questions
How to handle previous instances?
thanks, I checked this once again to see what I really did wrong and after comapring it seems I inserted another square bracket within my partials so it would look like partials: [ [Partials.Message, Partials.Channel, Partials.Reaction] ], Instead of... partials: [ Partials.Message, Partials.Channel, Partials.Reaction ],
6 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
And yeah that is what I meant
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
Thanks a lot
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
Alright I see, that makes sense
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
I've noticed that when I start a new "save", it doesn't read the new reactions thats added to previous messages from the previous "saves".
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
another question, if I were to make a reaction role, would it better to have it as a command instead, or as an event?
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
Is that the same for messageReactionadd as well>?
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
is it under messageReactions?
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
where could I see that on the docs?
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
ahhh I see
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
from my understanding I'm not properly defining it so I'm scouring through the code to see where its not getting defined at
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
I don't know lmao I feel like its really simple to fix but I don't understand what the issue really is
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
No description
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
Yup
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
yeah, its still returning undefined.
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
I'm not quite sure but looking at commandkits docs... module.exports = (c, client, handler) => { console.log(${c.user.username} is ready!); }; "The first parameter c is the client object that was returned as a parameter when the "ready" event was triggered. The second parameter client is the Discord.js client that was instantiated in your main entry point file. Finally, the handler parameter is the current CommandKit instance."
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
!
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
^^^ The function calling for it
31 replies
DIAdiscord.js - Imagine an app
Created by -૮૨ყ- on 10/18/2023 in #djs-questions
How to properly get channel ID?
new CommandKit({ client, //client commandsPath: path.join(dirname, 'commands'), //path to commands eventsPath: path.join(dirname, 'events'), //path to events validationsPath: path.join(__dirname, 'validations'), //path to validations devGuildIds: ['852010387795607562'], devRoleIds: [ '852199048970108959', //loser '852213887956680795', //nsfw '884877160668602409', //manga enthusiast '852201577548742687' //anime ], skipBuiltInValidations: false, });
31 replies