A Discord.js bot designed to monitor and log audit events in your Discord server, such as member joins and leaves.
Before running AuditBot, ensure you have the following installed:
- Clone the repository:
git clone https://github.com/SoulThread2597/AuditBot.git
cd AuditBot- Install dependencies:
pnpm install- Create a
.envfile in the root directory with your Discord bot token:
DISCORD_TOKEN=your_bot_token_here- Configure the bot by editing
config.jsonc(optional):
pnpm devpnpm buildpnpm startThis project is licensed under the GPL-3.0 License - see the LICENSE file for details.
{ "eventDir": "./events" }