Discord bot built in Python3, with firebase DB integration.
- python 3.9.* [Tested] (You might be able to run the bot with python 3.7 or less)
- Pipenv
- In the main folder create a .venv empty folder.
- Open CMD or the terminal you prefer then first run
pipenv install. - Next run
pipenv install discord.py python-valve pyrebase4 python-dotenvor install the dependencies from thepipfilethe way you prefer. - This should be everything, now you just need to run the
pandoras_heart.pyfile usingpipenv run python pandoras_heart.py. - Alternatively you can run
pipenv shellthen justpython pandoras_heart.py.