This project uses pipenv and requires Python 3.6. Karma Bot is installed in the following way:
pip install pipenv # if you don't have it already
pipenv install
pipenv run python -m karma.bot -t <discord-bot-token>
pipenv run pytest
This project uses pipenv and requires Python 3.6. Karma Bot is installed in the following way:
pip install pipenv # if you don't have it already
pipenv install
pipenv run python -m karma.bot -t <discord-bot-token>
pipenv run pytest