https://github.com/bartgro2/bot-zone
A Discord bot built with Node.js, Nodemon, and JSON. This my own moderation bot
https://github.com/bartgro2/bot-zone
bot discord discordjs javascript json node
Last synced: 3 months ago
JSON representation
A Discord bot built with Node.js, Nodemon, and JSON. This my own moderation bot
- Host: GitHub
- URL: https://github.com/bartgro2/bot-zone
- Owner: Bartgro2
- Created: 2024-09-03T13:10:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T10:39:19.000Z (over 1 year ago)
- Last Synced: 2025-01-14T11:36:08.606Z (over 1 year ago)
- Topics: bot, discord, discordjs, javascript, json, node
- Language: JavaScript
- Homepage: https://discord.js.org
- Size: 7.51 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Bot Development
## Overview
This project is a custom Discord bot built using **Node.js** and **Discord.js** with **JavaScript** & **Json**. The bot includes various moderation and utility features, with an emphasis on scalability and maintainability.
## Features
- **Moderation Commands**:
- Ban, Kick, Warn users.
- JSON-driven reasons for moderation actions.
- **Utility Commands**:
- Help command for a list of commands.
- Info command for bot or server details.
- **JSON Integration**:
- Data-driven embeds (`Embeds.json`).
- Moderation reasons (`Moderation-actions.json`).
- Warnings tracking (`Warnings.json`).
## Upcoming Features
- Clear command for bulk-deleting messages.
- Enhanced moderation features with JSON-driven logic.
- Database integration for persistent data storage.
- History Command to see the user History ( Kicks, Bans, Warns )
- Cooldowns for Commands to prevent Spamming