Charon
DIAdiscord.js - Imagine an app
•Created by Charon on 9/24/2023 in #djs-questions
Is it possible?
We run a coding course where we provide lectures and 24*7 doubt support. We wanted to implement a way so that our mentors (doubt solvers) can set a time (from a drop-down box) and when there role is pinged only those will be notified whose time matches with there time slot.
Is this idea possible? If yes, can you please help me in understanding how I will make it work.
3 replies
DIAdiscord.js - Imagine an app
•Created by Charon on 6/27/2023 in #djs-questions
const client = new Client({ intents: [GatewayIntentBits.Guilds] });
Is there a whole list of intents that I can add on to GatewayIntentBits?
Also GateWayIntentBits is websocket right?
3 replies