- Work In Progress
Follow these steps to use the project:
-
Clone this project using
git clone
:git clone https://github.com/rull05/LupyBOT
-
Create a
.env
file in the project directory and set the following environment variable:BOT_NAME=your_bot
OWNERS_NUMBER=62xx
-
Install the required dependencies using pip:
pip3 install -r requirements.txt
-
Run the project:
python3 main.py
- Move
commands
folder toluna
folder - Fix performance issue
- Remove relative paths
- Add multi prefix
- Refactor code for readability
- Update documentation
- Asyncio
- Add support for Ubuntu 20.x below