Skip to content

Krunal6214/Simple-Moderation-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple-Moderation-Bot

🤖 Welcome to KAP6214 Creation, a User friendly Discord bot!

Commands

  • 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.

Events

  • interactionCreate: Event handler for interactions.
  • embed: Event handler for embeds.

Setup Guide

  1. Import discord.js

    const Discord = require('discord.js');
  2. Add TOKEN in env file

    • Create a .env file in your project root.
    • Add your Discord bot token:
      DISCORD_TOKEN=your_bot_token_here
      
  3. Add Channels Id's

    • Add Channels Id's in Config.js

Join Our Server

🚀 Want to discuss the bot, suggest features, or need support? Join our Discord server! Join KAP6214 Server

Instructions:

  • Replace your_bot_token_here in the .env example with your actual bot token.
  • Customize the sections (like commands and events) based on your actual bot functionality.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors