Ethyreal Hyperspace Battlehips

Installation

Before you start!

  • Your discord server must be a community server. Follow the link and enable it.
  • It is recommended to use python version 3.11.4
  • Install python.
  • Install pip (should be installed along python).
  • Install git.

Download

Download the project

git clone https://github.com/IGLADI/Ethereal-Hyperspace-Battleships
cd Ethyreal-Hyperspace-Battleships # Change to the downloaded repository.

Virtual environment

Create a virtual environment.

python -m venv env

And activate it:

Linux
. ./env/bin/activate 
Windows
.\env\Scripts\activate.bat

Dependencies

Install the dependencies.

pip install -r requirements.txt

Running

Follow the Creating a Bot Account guide from discord.py. Create your bot and add it to your server.

  • Enable all Privileged Gateway Intents.
  • Set the permissions to Administrator.

To start the bot activate your virtual environemnt and run the following command:

python main.py

Documentation

Find every feature described at spacehb.net!