Before running this bot, make sure you have created a bot in the Discord Developer Portal. Follow these steps:
-
Create a Bot in the Discord Developer Portal
- Visit Discord Developer Portal
- Create a new application.
- Give your bot a name and customize other settings as needed.
-
Grant Privileged Intents
- In the "Bot" section of your application, under the "Privileged Gateway Intents" section, enable all three Intents.
-
Reset and Save Bot Token
- In the "Bot" section of your application, under the bot username, there's an option to reset the token. Reset the token and be sure to copy and securely store this token as you'll need it to run the bot script.
-
Invite the Bot to Your Server
- Go to the "OAuth2 URL Generator" tab in your application.
- select "scopes": "bot" and "bot permissions": "administrator".
- Copy the generated link and paste it into your browser. Use this link to invite the bot to your server.
-
Install Git
- For Windows (using winget)
winget install git
- For Linux (Debian/Ubuntu)
sudo apt-get install git
- For macOS (using Homebrew)
brew install git
- For Windows (using winget)
-
Clone Repository
- Download the repository via the command line:
git clone https://github.com/Plompi/Hackercat.git
- Download the repository via the command line:
-
Navigate to Repository Directory
- Access the repository directory using the command line:
cd Hackercat
- Access the repository directory using the command line:
-
Install Requirements
- Use the following command to install the required modules:
pip install -r requirements.txt
- Use the following command to install the required modules:
-
Run the Bot
- Execute the
Bot.py
file to enter the Bot Token and start your bot:python Bot.py
- Execute the