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:
parent
874f78b09c
commit
1e70646ae5
9
modules/dice/README.md
Normal file
9
modules/dice/README.md
Normal 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.
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user