🤖 Welcome to KAP6214 Creation, a User friendly Discord bot!
ban: Ban a user from the server.kick: Kick a user from the server.lock: Lock a channel.mute: Mute a user.warn: Warn a user.embed: Create embedded messages.help: Display bot commands and usage.ping: Check the bot's latency.serverinfo: Display server information.
interactionCreate: Event handler for interactions.embed: Event handler for embeds.
-
Import discord.js
const Discord = require('discord.js');
-
Add TOKEN in env file
- Create a
.envfile in your project root. - Add your Discord bot token:
DISCORD_TOKEN=your_bot_token_here
- Create a
-
Add Channels Id's
- Add Channels Id's in Config.js
🚀 Want to discuss the bot, suggest features, or need support? Join our Discord server! Join KAP6214 Server
- Replace
your_bot_token_herein the.envexample with your actual bot token. - Customize the sections (like commands and events) based on your actual bot functionality.