/discord-karma

A bot that allows users to give each other karma

Primary LanguagePython

Karma Bot for Discord

Install

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

Use

pipenv run python -m karma.bot -t <discord-bot-token>

Test

pipenv run pytest