Skip to content

littlecube8152/cube-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published