Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroupAlerts

GrouAlerts is a Discord bot that provides raid alerts in a designated channel.

Setup

Prerequisites

Before you begin, ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/HathHub/GroupAlerts.git
  2. Navigate to the project directory:

    cd GroupAlerts
  3. Install dependencies:

    npm install

Configuration

  1. Replace Discord Bot Tokens:

    • Replace the selfbot token (selfbotClient.login(...)) with your own selfbot token.
    • Replace the normal bot token (normalClient.login(...)) with your own normal bot token.
  2. Change Alert Channel ID:

    • Replace the channel ID in the line where alertChannel is assigned:
      alertChannel = normalClient.channels.cache.get("YOUR_CHANNEL_ID_HERE");
      Replace "YOUR_CHANNEL_ID_HERE" with the actual ID of the Discord channel where you want to send raid alerts.

After making these changes, your modified code should look something like this:

selfbotClient.login("YOUR_SELF_BOT_TOKEN_HERE");
normalClient.login("YOUR_NORMAL_BOT_TOKEN_HERE");

Make sure to replace "YOUR_SELF_BOT_TOKEN_HERE", "YOUR_NORMAL_BOT_TOKEN_HERE", and "YOUR_CHANNEL_ID_HERE" with your actual selfbot token, normal bot token, and channel ID, respectively.

Usage

Run the bot using the following command:

node index.js

GrouAlerts will now be active and ready to provide raid alerts in the designated channel.

Disclaimer

This project utilizes a selfbot, which is discouraged by Discord's Terms of Service. The inclusion of a selfbot in this project is solely for educational purposes to showcase and learn about Discord bot development.

Important Note:

  • Usage of selfbots violates Discord's Terms of Service, and it is strongly advised not to use selfbots in a production environment or on any server where you do not have explicit permission.
  • I do not encourage or endorse any misuse of Discord's platform.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages