GithubHelp home page GithubHelp logo

groupalerts's Introduction

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.

groupalerts's People

Contributors

hathhub avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.