Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NanoDano committed Dec 9, 2017
1 parent 5667eb6 commit cb058c5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
21 changes: 15 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,28 @@ Artificial intelligence (AI) chat bot for Discord written in Python

pip install cathy

Or download this package and install with setup.py

python setup.py install

## Running

cathy --help

## Usage

## TODO
Cathy.

Take an arg to specify aiml dir or get relative import working
Discord chat bot using AIML artificial intelligence

Usage:
cathy <channel> <token>

Options:
<channel> Name of channel to chat in
<token> Bot's Discord API token
-h --help Show this screen.

## Contact

nanodano@devdungeon.com

## Changelog

* 0.1.1 - Creating initial project structure
1 change: 0 additions & 1 deletion bin/cathy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Options:
<channel> Name of channel to chat in
<token> Bot's Discord API token
-h --help Show this screen.
--version Show version.
"""

from docopt import docopt
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

setup(
name='cathy',
version='0.1.7',
version='1.0.0',
description='Discord chat bot using AIML artificial intelligence.',
url='https://github.com/NanoDano/ChattyCathy',
url='https://github.com/DevDungeon/ChattyCathy',
author='DevDungeon',
author_email='nanodano@devdungeon.com',
license='GPL-3.0',
Expand Down

0 comments on commit cb058c5

Please sign in to comment.