Im not sure what to do next ngl
Basically, I have a basic DiscordJS bot, however I want to create stuff like a moderation system. I can send someone what the current project looks like however Imma be real I have no clue where to go. I just followed a simple under ctrl vid.
7 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!Do you know anything about coding/js?
If you do, the guide and docs should be enough to create basic ban/kick etc commands
Im used to coding is JavaScript yes
nothing advanced tho, basic javascript gets me by
Ill check it out
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
those are intents
intents are not permissions
I'd recommend to follow the guide
Not youtube tutorials