Lightning Payment Discord Bot
- creates invoices to pay the person mentioned on tip commands (target must have set credentials)
- allows DM to set credentials
- can protect access to the guild channels by requesting payment
- create virtualenv from pyenv -
pyenv virtualenv 3.8.2 rapaygo-discord-bot
- start ypur venv shell -
pyenv shell rapaygo-discord-bot
- install latest pip -
pip install --upgrade pip
- install requirements -
pip install -r requirements.txt