Only Cheeini
DIAdiscord.js - Imagine an app
•Created by TheJoshua on 12/11/2024 in #djs-questions
CUSTOM bot activity
Okay
15 replies
DIAdiscord.js - Imagine an app
•Created by Kuuba on 11/22/2024 in #djs-questions
Bot hosting problem
And do not forget to import GatewayIntentBits
8 replies
DIAdiscord.js - Imagine an app
•Created by Kuuba on 11/22/2024 in #djs-questions
Bot hosting problem
It enables all of intents for you
8 replies
DIAdiscord.js - Imagine an app
•Created by Kuuba on 11/22/2024 in #djs-questions
Bot hosting problem
Can you try intents: Object.keys(GatewayIntentBits).map((a: string) => {
return GatewayIntentBits[a as keyof typeof GatewayIntentBits];
})
8 replies
DIAdiscord.js - Imagine an app
•Created by TheJoshua on 12/11/2024 in #djs-questions
CUSTOM bot activity
client.user.setPresence({
activities: [{ name:
discord.js v14
, type: ActivityType.Watching }],
status: 'dnd',
});15 replies
DIAdiscord.js - Imagine an app
•Created by TheJoshua on 12/11/2024 in #djs-questions
CUSTOM bot activity
Related code
15 replies
DIAdiscord.js - Imagine an app
•Created by TheJoshua on 12/11/2024 in #djs-questions
CUSTOM bot activity
Hello there. Can you try client.user.setPresence instead of client.user.setActivity
15 replies