Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.02 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.02 KB

jarvis-discord

Just A Rather Very Intelligent System, now on Discord!

Build Status Discord Server

Python PEP8 License first-timers-only

brew install python
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python bot.py

Create a .env file following the template of the example.env file provided in the repository with your own Discord Bot Token.