Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 400 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 400 Bytes

Cube Bot

A bot based on pycord.

Installation

Requires Python 3.10.

  1. Create a python virtual environment:
    python -m venv .
    source bin/activate
  2. Install required packages:
    pip install -r requirements.txt
    
  3. Add token via config.json:
    {
       "token": "(your token here)"
    }
  4. Run the bot.
    python main.py