3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

update documentation

Added README to the dice module.
Updated the README in the link module to reflect changes in fba8edef18
This commit is contained in:
Douglas Gardner 2013-01-22 21:07:04 +00:00
parent 874f78b09c
commit 1e70646ae5
2 changed files with 11 additions and 0 deletions

9
modules/dice/README.md Normal file
View File

@ -0,0 +1,9 @@
## Dice
Rolls virtual dice.
### Description
Rolls a virtual die and outputs the result to the channel.
### Commands
#### ~roll <die type>
Rolls a die. 1d6 will be rolled by default.

View File

@ -19,3 +19,5 @@ they are posted in the channel.
If called with a link, the bot will attempt to find and return the title of that
page. If called without a link, the bot will attempt the same on the last link
which was posted in the current channel.
#### ~ud [headword]
Returns the first [Urban Dictionary](http://www.urbandictionary.com) definition for the headword provided.