GitXplorerGitXplorer
d

discordbot

public
0 stars
0 forks
2 issues

Commits

List of commits on branch master.

No commits found

There are no commits on branch master.

README

The README file for this repository.

Discordbot

Python Discord bot

Installation

# Create a virtualenv
$ virtualenv -p /usr/bin/python3 venv

# Activate virtualenv
$ source venv/bin/activate

# Install requirements
$ pip install -r requirements.txt

Configuration

$ cp config.example.ini config.ini

Edit the config file with relevant options

Running

$ python run.py -c config.ini