Beemo Helper is a tool designed to help manage Discord servers, especially during attack situations such as raids. This tool automates the banning process, ensuring that your community remains safe and organized.
- Raid Detection: Beemo identifies when your server is under attack and takes swift action.
- Rapid Banning: Users are banned starting from the bottom of the list, effectively doubling the speed of the banning process.
- Quick Recovery: Restores order and security to the server in no time.
Before running the project, you will need:
- Node.js and npm installed on your system.
- A Discord bot configured with the appropriate permissions.
- To set up environment variables for the Discord bot.
Follow the steps below to set up Beemo Helper on your machine:
-
Clone the repository:
git clone https://github.com/eundrelucas/beemo-helper.git cd beemo-helper
-
Install the dependencies:
npm install
-
Configure environment variables:
Create a
.env
file in the root of the project and add your Discord credentials:DISCORD_ID=your_client_id DISCORD_TOKEN=your_token DATABASE_URL="file:dev.db"
To start Beemo Helper, run the following command:
node index.js
Replace index.js
with the name of your main project file if it differs.
Contributions are welcome! If you want to contribute, please follow these steps:
- Fork the project.
- Create a new branch (
git checkout -b feature/new-feature
). - Make your changes and commit (
git commit -m 'Add new feature'
). - Push to the remote repository (
git push origin feature/new-feature
). - Open a Pull Request.
This project is licensed under the MIT License.
If you have any questions or suggestions, feel free to open an issue or reach out directly.