Revolux
Revolux
DIAdiscord.js - Imagine an app
Created by Revolux on 7/13/2024 in #djs-questions
Im not sure what to do next ngl
https://discord.js.org/docs/packages/discord.js/14.15.3/GuildMember:Class#kick const { Client, IntentsBitField, EmbedBuilder, ActivityType } = require('discord.js'); Sorry this is on me however what permissions do I need to add to these
// Bot Permissions
const client = new Client({
intents: [
IntentsBitField.Flags.Guilds,
IntentsBitField.Flags.GuildMembers,
IntentsBitField.Flags.GuildMessages,
IntentsBitField.Flags.MessageContent,
],
});
// Bot Permissions
const client = new Client({
intents: [
IntentsBitField.Flags.Guilds,
IntentsBitField.Flags.GuildMembers,
IntentsBitField.Flags.GuildMessages,
IntentsBitField.Flags.MessageContent,
],
});
13 replies
DIAdiscord.js - Imagine an app
Created by Revolux on 7/13/2024 in #djs-questions
Im not sure what to do next ngl
Ill check it out
13 replies
DIAdiscord.js - Imagine an app
Created by Revolux on 7/13/2024 in #djs-questions
Im not sure what to do next ngl
nothing advanced tho, basic javascript gets me by
13 replies
DIAdiscord.js - Imagine an app
Created by Revolux on 7/13/2024 in #djs-questions
Im not sure what to do next ngl
Im used to coding is JavaScript yes
13 replies