Skip to content

Latest commit

 

History

History
52 lines (32 loc) · 847 Bytes

README.md

File metadata and controls

52 lines (32 loc) · 847 Bytes

Luna BOT (WIP)

  • Work In Progress

Usage

Follow these steps to use the project:

  1. Clone this project using git clone:

    git clone https://github.com/rull05/LupyBOT
  2. Create a .env file in the project directory and set the following environment variable:

    BOT_NAME=your_bot OWNERS_NUMBER=62xx

  3. Install the required dependencies using pip:

    pip3 install -r requirements.txt
  4. Run the project:

    python3 main.py

TODO List

High Priority

  • Move commands folder to luna folder
  • Fix performance issue
  • Remove relative paths

Medium Priority

  • Add multi prefix

Low Priority

  • Refactor code for readability
  • Update documentation

Future Enhancements

  • Asyncio
  • Add support for Ubuntu 20.x below