A bot for Discord written in Python 3.
If Python 3 is python3
, replace instances of python
with python3
.
It is suggested to run and develop the bot in a virtualenv. To create a new virtualenv, first install virtualenv using
pip install virtualenv
and create a new virtualenv
virtualenv venv
replacing venv
with the desired name. To begin using the virtualenv, run
source ./venv/bin/activate
if on *nix, or
".\venv\Scripts\Activate"
if on Windows.
To install dependencies, run
pip install -r requirements.txt
To run the bot, run
python run.py
Discordant is licensed under the MIT License.