Skip to content

SoulThread2597/AuditBot

Repository files navigation

AuditBot

A Discord.js bot designed to monitor and log audit events in your Discord server, such as member joins and leaves.

Prerequisites

Before running AuditBot, ensure you have the following installed:

  • Node.js (v18 or higher recommended)
  • pnpm package manager

Installation

  1. Clone the repository:
git clone https://github.com/SoulThread2597/AuditBot.git
cd AuditBot
  1. Install dependencies:
pnpm install
  1. Create a .env file in the root directory with your Discord bot token:
DISCORD_TOKEN=your_bot_token_here
  1. Configure the bot by editing config.jsonc (optional):
{
  "eventDir": "./events"
}

Usage

Development Mode (with hot-reload)

pnpm dev

Build for Production

pnpm build

Production Mode

pnpm start

License

This project is licensed under the GPL-3.0 License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors