added README
This commit is contained in:
parent
8680ae5712
commit
70a58519c8
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
# Catto
|
||||
|
||||
This is a plugin for [Errbot](http://errbot.io/) that fetches random cat images from the [The Cat API](http://thecatapi.com/)
|
||||
|
||||
Users can optionally specify whether to fetch a `gif` (animated) or a `still` (jpg/png) image:
|
||||
|
||||
##
|
||||
- `!catto` Fetches a random cat image, animated (gif) or still (jpg/png)
|
||||
- `!catto gif` Fetches a random cat animated gif image
|
||||
- `!catto still` Fetches a random cat still jpg/png image
|
||||
|
Loading…
Reference in a new issue