make sure python3 is installed in your computer
-
clone the repository from github into IDE
-
Activate virtual environment
A. go in to the folder in which you cloned the repository
B. type the command below into your terminal to create a virtual environment. It will create a folder "venv"
C. Activate venv
python3 -m venv venvsource venv/bin/activate3. Install necessary requirements from requirements.txt in venv
pip3 install -r requirements.txtnow you will see (venv) before your user name in terminal
4. Create to.py file inside the repository with token = ('token of discord developer'). Token can be found in discord developer profile
ex. token = 'iqdneodonqo'
5. Run bot.py
python3 bot.py